aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-11-30 22:14:34 +0800
committerjdhao <jdhao@hotmail.com>2019-11-30 22:14:34 +0800
commitdd508af5f6b2b850d2701cae71d4a4497674bf3c (patch)
treee3acfa0d9ab1a9888423b6d1030146a64f2db58a
parent4715b8fee6297c115f8f8e8ad82c0dd8ec9b5062 (diff)
parent87ffb23f4c12e9f42b131d8b550f1f5e922f2185 (diff)
Merge branch 'master' of https://github.com/jdhao/nvim-config
-rw-r--r--variables.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.vim b/variables.vim
index d527ee0..9aaf692 100644
--- a/variables.vim
+++ b/variables.vim
@@ -35,8 +35,8 @@ let g:loaded_zipPlugin = 1
let loaded_gzip = 1
let g:loaded_tarPlugin = 1
-" Do not use builtin matchit.vim and matchparen.vim
-let loaded_matchit = 1
+" Do not use builtin matchit.vim and matchparen.vim since we use vim-matchup
+let g:loaded_matchit = 1
let g:loaded_matchparen = 1
"}}
"}}