Skip to content

Commit

Permalink
Import trial config to fix NERDTree height bug
Browse files Browse the repository at this point in the history
Workaround for issue #1321 [^1].

The issue doesn't look like it'll be fixed anytime soon. Although
it's a workaround this is just as good as the original behaviour.

[^1]: preservim/nerdtree#1321
  • Loading branch information
benthorner committed Oct 22, 2022
1 parent 652dcdc commit 46cc9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ noremap ,fg :Rg!<cr>
""""""""""""""""""""""""""""""""""""""""""""""""""""""
let NERDTreeQuitOnOpen = 1
let NERDTreeWinSize = 60
let g:NERDTreeMinimalMenu = 1

noremap <leader>m :NERDTreeToggle<cr>
noremap ,mf :NERDTreeFind<cr>
Expand Down

0 comments on commit 46cc9c6

Please sign in to comment.