.dotfiles/global/.config/nvim/lua/plugins/nvim-tree.lua
2025-07-04 21:51:11 +02:00

9 lines
133 B
Lua

return {
"nvim-tree/nvim-tree.lua",
lazy = false,
opts = {
filters = {
git_ignored = false
}
},
}