disable nvimtree hijack on buffers
https://github.com/kyazdani42/nvim-tree.lua/issues/992
This commit is contained in:
parent
4be722d4a6
commit
9ca0af1a24
|
@ -56,6 +56,7 @@ local default = {
|
||||||
auto_close = false,
|
auto_close = false,
|
||||||
open_on_tab = false,
|
open_on_tab = false,
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
|
hijack_unnamed_buffer_when_opening = false,
|
||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
update_focused_file = {
|
update_focused_file = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Reference in New Issue