commit fd029d83bf105ca4d3d9ce7bdf6e5a6cf5c54db0 (tree) parent 0004f585fde10ccb1617cbe53c97a4c0ecd622ce Author: Farid <pesarkhobeee@gmail.com> Date: Sun, 13 Oct 2019 11:11:16 +0200 Add built-in package management installation way Diffstat:
| M | README.markdown | | | 13 | ++++++------- |
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git 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