1
0
Fork 0

nvim: make nvim-tree work better with projects

This commit is contained in:
tastytea 2022-08-17 20:07:52 +02:00
parent f62e5cd6b9
commit 13db26327a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 6 additions and 0 deletions

View File

@ -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 = {