add neo-tree

This commit is contained in:
Pim Kunis 2023-01-21 15:45:50 +01:00
parent d17502e7a0
commit 4ba31e275d
2 changed files with 12 additions and 0 deletions

View file

@ -19,4 +19,15 @@ return require('packer').startup(function()
-- Git commands from vim
use 'tpope/vim-fugitive'
-- File browser
use {
"nvim-neo-tree/neo-tree.nvim",
branch = "v2.x",
requires = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
}
}
end)

View file

@ -0,0 +1 @@
vim.api.nvim_set_keymap('n', '<C-e>', ':NeoTreeRevealToggle<CR>', { noremap = true })