From c16643391c4837ef8471119562b747e1c9b662b2 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sun, 11 Jan 2015 09:42:58 +0000 Subject: [PATCH] Disable paren matching. Ultimately, I would like to enable this functionality again, but with some customisations. It interferes with my colour scheme, because Vim's loading order is kind of rubbish. --- vim/vim.symlink/after/match-paren.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/vim.symlink/after/match-paren.vim diff --git a/vim/vim.symlink/after/match-paren.vim b/vim/vim.symlink/after/match-paren.vim new file mode 100644 index 0000000..719d6a7 --- /dev/null +++ b/vim/vim.symlink/after/match-paren.vim @@ -0,0 +1 @@ +NoMatchParen