Disable VIM matching parenthesis highlighting
This commit is contained in:
parent
66d3785e67
commit
bdfb8e2a57
3
vimrc
3
vimrc
@ -10,4 +10,7 @@ set tabstop=4
|
|||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
" On pressing tab, insert 4 spaces
|
" On pressing tab, insert 4 spaces
|
||||||
set expandtab
|
set expandtab
|
||||||
|
" Enable highlighted search
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
" Disable VIM matching parenthesis highlighting
|
||||||
|
let loaded_matchparen = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user