nvim: make nvim-tree work better with projects
This commit is contained in:
parent
f62e5cd6b9
commit
13db26327a
@ -40,6 +40,12 @@ require("nvim-tree").setup({
|
||||
filters = {
|
||||
dotfiles = false
|
||||
},
|
||||
sync_root_with_cwd = true,
|
||||
respect_buf_cwd = true,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_root = true
|
||||
},
|
||||
renderer = {
|
||||
icons = {
|
||||
show = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user