blob: adffb8ad33a575a82bedce9bff0133275bfb8f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
return {
"nvim-tree/nvim-tree.lua",
version = "*",
lazy = false,
dependencies = {
"nvim-tree/nvim-web-devicons",
},
config = function()
require("nvim-tree").setup {}
end,
}
|