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
|
||||
|
||||
If you have no preferred installation method, I suggest using tpope's
|
||||
https://github.com/tpope/vim-pathogen[vim-pathogen]. Afterwards installing
|
||||
vim-startify is as easy as pie:
|
||||
Use your favorite plugin manager.
|
||||
|
||||
$ git clone https://github.com/mhinz/vim-startify ~/.vim/bundle/vim-startify
|
||||
$ vim
|
||||
Using https://github.com/junegunn/vim-plug[vim-plug]:
|
||||
|
||||
Plug 'mhinz/vim-startify'
|
||||
|
||||
It works without any configuration, but you might want to look into the
|
||||
documentation for further customization:
|
||||
|
||||
:Helptags " rebuilding tags files
|
||||
:h startify
|
||||
:h startify-faq
|
||||
|
||||
|
|
Loading…
Reference in a new issue