Files
vim-matchup/test/minvimrc
2017-10-31 18:05:18 -04:00

15 lines
281 B
Plaintext

set nocompatible
" load match-up
let &rtp = '~/.vim/bundle/matchup.vim,' . &rtp
let &rtp .= ',~/.vim/bundle/matchup.vim/after'
" load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp
filetype plugin indent on
syntax enable
" match-up options go here