mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Added tree
This commit is contained in:
10
lua/custom/plugins/nvim-tree.lua
Normal file
10
lua/custom/plugins/nvim-tree.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup {}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user