Project tree settings
This commit is contained in:
parent
8c3db91e8b
commit
01b5955af8
|
@ -18,5 +18,11 @@ return function()
|
||||||
require("nvim-tree").setup({
|
require("nvim-tree").setup({
|
||||||
-- TODO uncomment this in a version that it actually works
|
-- TODO uncomment this in a version that it actually works
|
||||||
-- on_attach = on_attach
|
-- on_attach = on_attach
|
||||||
|
view = {
|
||||||
|
width = 40,
|
||||||
|
},
|
||||||
|
filters = {
|
||||||
|
dotfiles = false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue