1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Disable matchup for now, as it breaks now and then

This commit is contained in:
2018-07-29 11:00:39 +02:00
parent 291718604d
commit f2eaf81da5

4
.vimrc
View File

@@ -65,9 +65,9 @@ nnoremap <space>gpl :Dispatch! git pull<CR>
" 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