Project tree settings

This commit is contained in:
Juan Magalhães 2023-11-15 17:01:08 -03:00
parent 8c3db91e8b
commit 01b5955af8
1 changed files with 6 additions and 0 deletions

View File

@ -18,5 +18,11 @@ return function()
require("nvim-tree").setup({
-- TODO uncomment this in a version that it actually works
-- on_attach = on_attach
view = {
width = 40,
},
filters = {
dotfiles = false,
},
})
end