Disable VIM matching parenthesis highlighting

This commit is contained in:
Flo 2017-01-07 18:19:25 +01:00
parent 66d3785e67
commit bdfb8e2a57

3
vimrc
View File

@ -10,4 +10,7 @@ set tabstop=4
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
" Enable highlighted search
set hlsearch
" Disable VIM matching parenthesis highlighting
let loaded_matchparen = 1