Fix the Vim Plugins Documentation
This commit is contained in:
parent
304b71bf64
commit
eb7f8666f2
@ -17,8 +17,8 @@ assembles your profile for you.
|
|||||||
Vim offers the :h rtp setting which works for most plugins. Thus adding adding
|
Vim offers the :h rtp setting which works for most plugins. Thus adding adding
|
||||||
this to your .vimrc should make most plugins work:
|
this to your .vimrc should make most plugins work:
|
||||||
|
|
||||||
set rtp+=~/.nix-profile/vim-plugins/youcompleteme
|
set rtp+=~/.nix-profile/share/vim-plugins/youcompleteme
|
||||||
" or for p in ["youcompleteme"] | exec 'set rtp+=~/.nix-profile/vim-plugins/'.p | endfor
|
" or for p in ["youcompleteme"] | exec 'set rtp+=~/.nix-profile/share/vim-plugins/'.p | endfor
|
||||||
|
|
||||||
Its what pathogen, vundle, vim-addon-manager (VAM) and others use.
|
Its what pathogen, vundle, vim-addon-manager (VAM) and others use.
|
||||||
Learn about some differences by visiting http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html.
|
Learn about some differences by visiting http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user