converted from packer to lazy
This commit is contained in:
parent
8c70ffcc1f
commit
7b6c664ceb
14 changed files with 137 additions and 96 deletions
11
.config/nvim/lua/plugins/nvim-tree.lua
Normal file
11
.config/nvim/lua/plugins/nvim-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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue