plugins
This commit is contained in:
parent
18b919c61e
commit
7305d64a4a
4 changed files with 49 additions and 0 deletions
13
lua/custom/plugins/neo-tree.lua
Normal file
13
lua/custom/plugins/neo-tree.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
version = "*",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
require('neo-tree').setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue