Skip to content

Commit

Permalink
Add NERDTree menu workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Oct 31, 2022
1 parent a1737be commit 9023c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/plugin/nerdtree.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:let g:NERDTreeWinSize=30
:let g:NERDTreeShowHidden=1
:let g:NERDTreeMinimalMenu=1

nnoremap <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTree<CR>
Expand Down

0 comments on commit 9023c91

Please sign in to comment.