neo-nvim-tree
This commit is contained in:
parent
dbda320fd8
commit
0bfc1dc00e
3 changed files with 40 additions and 20 deletions
|
|
@ -2,4 +2,18 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v3.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"3rd/image.nvim"
|
||||
},
|
||||
config = function ()
|
||||
vim.cmd([[nnoremap \ :Neotree toggle<cr>]])
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue