disable nvimtree hijack on buffers

https://github.com/kyazdani42/nvim-tree.lua/issues/992
This commit is contained in:
siduck 2022-02-17 19:45:43 +05:30
parent 4be722d4a6
commit 9ca0af1a24
1 changed files with 1 additions and 0 deletions

View File

@ -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,