From a74129a9af39211215de21c9e353756a8162a0b0 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 26 Nov 2015 13:02:15 +0100 Subject: [PATCH] README: suggest plug instead of pathogen --- README.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 5140077..e6f1b65 100644 --- a/README.adoc +++ b/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