astro-nvim/lua/plugins/neotree.lua

15 lines
247 B
Lua

-- Customize Neotree
---@type LazySpec
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = true,
},
},
},
}