added nvim-tree, autosave, and autopair plugins
This commit is contained in:
parent
f15af9b8be
commit
c030ba8f5d
6 changed files with 145 additions and 23 deletions
13
lua/custom/plugins/nvim-tree.lua
Normal file
13
lua/custom/plugins/nvim-tree.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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