view plugins/nerdtree @ 8:9c80955f0c6e

I think I got popups working on the commit
author Luka Sitas <lsitas@avatarasoftware.com>
date Fri, 31 Oct 2025 14:24:31 -0400
parents a4ec03f77554
children
line wrap: on
line source

Plug 'preservim/nerdtree'

nnoremap <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTree<CR>
nnoremap <C-t> :NERDTreeToggle<CR>

" Start NERDTree and leave the cursor in it.
" autocmd VimEnter * NERDTree