.dotfiles/global/.config/nvim/lua/plugins/nvim-tree.lua
2024-01-26 20:07:52 -05:00

5 lines
66 B
Lua

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