neo-nvim-tree

This commit is contained in:
naman 2024-02-08 01:13:07 +05:30
parent dbda320fd8
commit 0bfc1dc00e
3 changed files with 40 additions and 20 deletions

View file

@ -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
}
}