mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
|
set nocompatible
|
||
|
|
||
|
let &rtp = '~/.vim/bundle/vim-matchup,' . &rtp
|
||
|
let &rtp .= ',~/.vim/bundle/vim-matchup/after'
|
||
|
|
||
|
let g:matchup_delim_start_plaintext = !!$TEST_PLAIN
|
||
|
" let g:matchup_matchparen_enabled = 0
|
||
|
|
||
|
filetype plugin indent on
|
||
|
syntax enable
|
||
|
|
||
|
autocmd VimEnter * put!=execute('MatchupShowTimes')|set nomodified
|
||
|
nnoremap q :<c-u>quit<cr>
|
||
|
|