1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

disable tutor plugin

This commit is contained in:
jdhao 2020-09-30 16:04:22 +08:00
parent 63dfd0031c
commit 2b015bd51e

View File

@ -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