README: suggest plug instead of pathogen
This commit is contained in:
parent
b81dfa54b9
commit
a74129a9af
10
README.adoc
10
README.adoc
|
@ -120,17 +120,15 @@ handling to your liking.
|
||||||
|
|
||||||
== Installation and Documentation
|
== Installation and Documentation
|
||||||
|
|
||||||
If you have no preferred installation method, I suggest using tpope's
|
Use your favorite plugin manager.
|
||||||
https://github.com/tpope/vim-pathogen[vim-pathogen]. Afterwards installing
|
|
||||||
vim-startify is as easy as pie:
|
|
||||||
|
|
||||||
$ git clone https://github.com/mhinz/vim-startify ~/.vim/bundle/vim-startify
|
Using https://github.com/junegunn/vim-plug[vim-plug]:
|
||||||
$ vim
|
|
||||||
|
Plug 'mhinz/vim-startify'
|
||||||
|
|
||||||
It works without any configuration, but you might want to look into the
|
It works without any configuration, but you might want to look into the
|
||||||
documentation for further customization:
|
documentation for further customization:
|
||||||
|
|
||||||
:Helptags " rebuilding tags files
|
|
||||||
:h startify
|
:h startify
|
||||||
:h startify-faq
|
:h startify-faq
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue