From 2b015bd51e52a0ca6e56fcbdd92238e44ee5401a Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 30 Sep 2020 16:04:22 +0800 Subject: [PATCH] disable tutor plugin --- variables.vim | 2 ++ 1 file changed, 2 insertions(+) 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