dotfiles/.config/nvim/lua/plugins/neotree.lua

16 lines
230 B
Lua
Raw Normal View History

2024-07-29 05:04:34 -05:00
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
2025-04-06 10:08:57 -05:00
window = {
position = "float",
},
2024-07-29 05:04:34 -05:00
filesystem = {
filtered_items = {
hide_dotfiles = false,
},
},
},
},
}