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

Disable loading matchit plugin

Add the global variable identifier to loaded_matchit variable
This commit is contained in:
jdhao 2019-11-29 10:35:58 +08:00 committed by GitHub
parent b9119d2212
commit 87ffb23f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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