Skip to content

Commit

Permalink
Add NERDTree workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed Oct 26, 2022
1 parent c80dd49 commit 7ebe75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ let NERDTreeWinSize=25
" \ '\.avi$','.webm$','.mkv$','\.pdf$', '\.zip$', '\.tar.gz$',
" \ '\.rar$', '\.git$']
let NERDTreeMinimalUI = 1
let g:NERDTreeMinimalMenu=1
let g:NERDTreeDirArrowExpandable = ''
let g:NERDTreeDirArrowCollapsible = ''

Expand Down

0 comments on commit 7ebe75e

Please sign in to comment.