diff --git a/.vimrc b/.vimrc index 58947f2..45e5bac 100644 --- a/.vimrc +++ b/.vimrc @@ -65,9 +65,9 @@ nnoremap gpl :Dispatch! git pull " Better matching of code pairs -Plugin 'andymass/vim-matchup' +"Plugin 'andymass/vim-matchup' " Deferred highlighting improves cursor movement performance -let g:matchup_matchparen_deferred = 1 +"let g:matchup_matchparen_deferred = 1 " Think of sensible.vim as one step above 'nocompatible' mode: a universal