1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/bundle/vim-matchup/test/vimrc-startup
2020-06-13 14:06:35 +08:00

15 lines
341 B
Plaintext
Vendored

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>