add nvim-tree into plugin
This commit is contained in:
11
lua/plugins/tree.lua
Normal file
11
lua/plugins/tree.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup {}
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user