disable nvimtree hijack on buffers

https://github.com/kyazdani42/nvim-tree.lua/issues/992
navigator
siduck 2 years ago
parent 4be722d4a6
commit 9ca0af1a24

@ -56,6 +56,7 @@ local default = {
auto_close = false,
open_on_tab = false,
hijack_cursor = true,
hijack_unnamed_buffer_when_opening = false,
update_cwd = true,
update_focused_file = {
enable = true,

Loading…
Cancel
Save