From fd029d83bf105ca4d3d9ce7bdf6e5a6cf5c54db0 Mon Sep 17 00:00:00 2001 From: Farid Date: Sun, 13 Oct 2019 11:11:16 +0200 Subject: [PATCH] Add built-in package management installation way --- README.markdown | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 1b7a7fc..2f94e14 100644 --- a/README.markdown +++ b/README.markdown @@ -69,13 +69,12 @@ For more information, see `:help fugitive`. ## Installation -If you don't have a preferred installation method, one option is to install -[pathogen.vim](https://github.com/tpope/vim-pathogen), and then copy -and paste: - - cd ~/.vim/bundle - git clone https://github.com/tpope/vim-fugitive.git - vim -u NONE -c "helptags vim-fugitive/doc" -c q +Install using your favorite package manager, or use Vim's built-in package support: + + mkdir -p ~/.vim/pack/tpope/start + cd ~/.vim/pack/tpope/start + git clone https://tpope.io/vim/fugitive.git + vim -u NONE -c "helptags fugitive/doc" -c q ## FAQ