mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 14:00:06 +08:00
7 lines
84 B
VimL
7 lines
84 B
VimL
|
|
||
|
augroup nomatchparen
|
||
|
autocmd!
|
||
|
autocmd VimEnter * NoMatchParen
|
||
|
augroup END
|
||
|
|