mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
set nocompatible
|
|
|
|
" load match-up
|
|
let &rtp = '~/.vim/bundle/vim-matchup,' . &rtp
|
|
let &rtp .= ',~/.vim/bundle/vim-matchup/after'
|
|
|
|
" rtp for testing files
|
|
let &rtp = '~/.vim/bundle/vim-matchup/test/rtp,' . &rtp
|
|
|
|
" load other plugins, if necessary
|
|
" let &rtp = '~/path/to/other/plugin,' . &rtp
|
|
|
|
filetype plugin indent on
|
|
syntax enable
|
|
|
|
" match-up options go here
|
|
|