astro-nvim/lua/plugins/neotree.lua

16 lines
247 B
Lua
Raw Normal View History

2024-04-27 21:45:20 +00:00
-- Customize Neotree
---@type LazySpec
2023-10-14 22:54:14 +00:00
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = true,
},
},
},
}