mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Add built-in package management installation way
This commit is contained in:
@@ -69,13 +69,12 @@ For more information, see `:help fugitive`.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
If you don't have a preferred installation method, one option is to install
|
Install using your favorite package manager, or use Vim's built-in package support:
|
||||||
[pathogen.vim](https://github.com/tpope/vim-pathogen), and then copy
|
|
||||||
and paste:
|
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
mkdir -p ~/.vim/pack/tpope/start
|
||||||
git clone https://github.com/tpope/vim-fugitive.git
|
cd ~/.vim/pack/tpope/start
|
||||||
vim -u NONE -c "helptags vim-fugitive/doc" -c q
|
git clone https://tpope.io/vim/fugitive.git
|
||||||
|
vim -u NONE -c "helptags fugitive/doc" -c q
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user