feat: allow not changing the cwd when changing directories (#1019)

This commit is contained in:
Grzegorz Rozdzialik
2022-02-22 21:39:12 +01:00
committed by GitHub
parent 3486c48225
commit 0fcd6614b5
4 changed files with 11 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ require'nvim-tree'.setup {
},
actions = {
change_dir = {
enable = true,
global = false,
},
open_file = {