Add nvim-tree
This commit is contained in:
parent
c43196a300
commit
d3a56f6513
2 changed files with 7 additions and 0 deletions
5
lua/plugins/tree.lua
Normal file
5
lua/plugins/tree.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue