Better modules

This commit is contained in:
juanmagalhaes 2023-08-16 00:12:13 -03:00
parent 5721e692da
commit 39dfc1554a
21 changed files with 368 additions and 373 deletions

View file

@ -1,20 +0,0 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
},
config = function()
require('neo-tree').setup {
filesystem = {
filtered_items = {
visible = true,
hide_hidden = false,
hide_gitignored = true,
}
},
}
end,
}