Fix directory name for minimal vimrc

This commit is contained in:
Andy K. Massimino
2017-11-14 12:35:10 -05:00
parent 1f7998096d
commit 9f0ea94469
2 changed files with 4 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ following should often suffice:
set nocompatible
" load match-up
let &rtp = '~/.vim/bundle/matchup.vim,' . &rtp
let &rtp .= ',~/.vim/bundle/matchup.vim/after'
let &rtp = '~/.vim/bundle/vim-matchup,' . &rtp
let &rtp .= ',~/.vim/bundle/vim-matchup/after'
" load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp

View File

@@ -1,8 +1,8 @@
set nocompatible
" load match-up
let &rtp = '~/.vim/bundle/matchup.vim,' . &rtp
let &rtp .= ',~/.vim/bundle/matchup.vim/after'
let &rtp = '~/.vim/bundle/vim-matchup,' . &rtp
let &rtp .= ',~/.vim/bundle/vim-matchup/after'
" load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp