starter/lua/plugins/neo-tree.lua
Sean Herman 107ae0ee76
LazyVim extras (#5)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2025-01-26 18:35:48 -05:00

17 lines
341 B
Lua

return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
filtered_items = {
hide_dotfiles = false,
hide_gitignored = true,
always_show = { ".aws", ".circleci", ".github" },
always_show_by_pattern = {
".env*",
},
},
},
},
},
}