mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Disable matchup for now, as it breaks now and then
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -65,9 +65,9 @@ nnoremap <space>gpl :Dispatch! git pull<CR>
|
|||||||
|
|
||||||
|
|
||||||
" Better matching of code pairs
|
" Better matching of code pairs
|
||||||
Plugin 'andymass/vim-matchup'
|
"Plugin 'andymass/vim-matchup'
|
||||||
" Deferred highlighting improves cursor movement performance
|
" 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
|
" Think of sensible.vim as one step above 'nocompatible' mode: a universal
|
||||||
|
|||||||
Reference in New Issue
Block a user