feat: comment
This commit is contained in:
14
lua/plugins/neotree.lua
Normal file
14
lua/plugins/neotree.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v3.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- optional, but recommended
|
||||
},
|
||||
lazy = false, -- neo-tree will lazily load itself
|
||||
keys = {
|
||||
{ '<leader>e', '<cmd>Neotree<cr>', desc = 'Neotree Toggle' }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user