aboutsummaryrefslogtreecommitdiff
path: root/variables.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-30 16:04:22 +0800
committerjdhao <jdhao@hotmail.com>2020-09-30 16:04:22 +0800
commit2b015bd51e52a0ca6e56fcbdd92238e44ee5401a (patch)
tree5df99d104f2ef05299f0b9b4e38426725e8d1211 /variables.vim
parent63dfd0031c37dbb88d0a11e449e7c0a02abef4e9 (diff)
disable tutor plugin
Diffstat (limited to 'variables.vim')
-rw-r--r--variables.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.vim b/variables.vim
index a6254c7..a6cc56d 100644
--- a/variables.vim
+++ b/variables.vim
@@ -44,6 +44,8 @@ let g:loaded_zipPlugin = 1
let loaded_gzip = 1
let g:loaded_tarPlugin = 1
+let g:loaded_tutor_mode_plugin = 1 " do not load the tutor plugin
+
" Do not use builtin matchit.vim and matchparen.vim since we use vim-matchup
let g:loaded_matchit = 1
let g:loaded_matchparen = 1