diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-30 16:04:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-30 16:04:22 +0800 |
| commit | 2b015bd51e52a0ca6e56fcbdd92238e44ee5401a (patch) | |
| tree | 5df99d104f2ef05299f0b9b4e38426725e8d1211 | |
| parent | 63dfd0031c37dbb88d0a11e449e7c0a02abef4e9 (diff) | |
disable tutor plugin
| -rw-r--r-- | variables.vim | 2 |
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 |
