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 4b755ea commit 8a60083Copy full SHA for 8a60083
lua/neo-tree.lua
@@ -246,6 +246,7 @@ M.setup = function(config, is_auto_config)
246
local netrw = require("neo-tree.setup.netrw")
247
if not is_auto_config and netrw.get_hijack_netrw_behavior() ~= "disabled" then
248
vim.cmd("silent! autocmd! FileExplorer *")
249
+ netrw.hijack()
250
end
251
252
0 commit comments