.dotfiles/linux/.config/nvim/lua/plugins/nvim-tree.lua
2023-12-28 22:52:58 -05:00

9 lines
117 B
Lua

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