1
0
Fork 0

nvim tree cwd

This commit is contained in:
Arthur Khachaturov 2024-08-26 01:12:51 +03:00
parent 6d6e894f53
commit c53865907e
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
2 changed files with 11 additions and 3 deletions

View file

@ -18,6 +18,11 @@ return {
open_file = {
quit_on_open = true,
},
change_dir = {
enable = true,
global = true,
restrict_above_cwd = false,
}
},
})