Initial Nvim Config Commit
This commit is contained in:
10
lua/plugins/nvimtree.lua
Normal file
10
lua/plugins/nvimtree.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- lua/plugins/nvimtree.lua
|
||||
-- print('nvimtree.lua loaded')
|
||||
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user