We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b268f commit f16575fCopy full SHA for f16575f
lua/nvim-tree/actions/node/open-file.lua
@@ -33,7 +33,7 @@ local function usable_win_ids()
33
end
34
35
local win_config = vim.api.nvim_win_get_config(id)
36
- return id ~= tree_winid and win_config.focusable and not win_config.external
+ return id ~= tree_winid and win_config.focusable and not win_config.external or false
37
end, win_ids)
38
39
0 commit comments