Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
341 B

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>