common: add luatree

This commit is contained in:
Matej Janezic 2023-03-21 16:00:33 +01:00
parent 73a7d63970
commit e9a413c15c
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 9 additions and 1 deletions

View File

@ -135,7 +135,15 @@ return {
-- Unless you are still migrating, remove the deprecated commands from v1.x
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
require('neo-tree').setup {}
require('neo-tree').setup {
filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = false,
},
}
}
end,
},
}