index
:
nvim-config
master
octo
My Neovim configuration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
maps
/
NERDtree.lua
blob: 15c933dc1a0fafd79b3725f65eb94c32fb748653 (
plain
)
1
2
vim
.
api
.
nvim_set_keymap
(
"n"
,
"<C-e>"
,
":NERDTreeToggle<CR>"
,
{
silent
=
true
,
noremap
=
true
})