nvim 0.12 wip
This commit is contained in:
11
.config/nvim/lua/plugins/neotree.lua
Normal file
11
.config/nvim/lua/plugins/neotree.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
vim.pack.add({
|
||||
{
|
||||
src = 'https://github.com/nvim-neo-tree/neo-tree.nvim',
|
||||
version = vim.version.range('3')
|
||||
},
|
||||
-- dependencies
|
||||
"https://github.com/nvim-lua/plenary.nvim",
|
||||
"https://github.com/MunifTanjim/nui.nvim",
|
||||
-- optional, but recommended
|
||||
"https://github.com/nvim-tree/nvim-web-devicons",
|
||||
})
|
||||
Reference in New Issue
Block a user