mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Fix directory name for minimal vimrc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user