Project tree settings

pull/1479/head
Juan Magalhães 2 years ago
parent 8c3db91e8b
commit 01b5955af8

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

Loading…
Cancel
Save