From bdfb8e2a5753a770bf852097de4137e5fea712f1 Mon Sep 17 00:00:00 2001 From: Flo Date: Sat, 7 Jan 2017 18:19:25 +0100 Subject: [PATCH] Disable VIM matching parenthesis highlighting --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 55dc7c1..f61a2b9 100644 --- a/vimrc +++ b/vimrc @@ -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