mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-09 12:03:47 -05:00
Update README.markdown
Added the command for installation via vim-plug
This commit is contained in:
@@ -86,7 +86,15 @@ For more information, see `:help fugitive`.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install using your favorite package manager, or use Vim's built-in package
|
|
||||||
|
Install using your favorite package manager...:
|
||||||
|
|
||||||
|
installation via vim_plug:
|
||||||
|
```
|
||||||
|
Plug 'tpope/vim-fugitive'
|
||||||
|
```
|
||||||
|
|
||||||
|
...or use Vim's built-in package
|
||||||
support:
|
support:
|
||||||
|
|
||||||
mkdir -p ~/.vim/pack/tpope/start
|
mkdir -p ~/.vim/pack/tpope/start
|
||||||
|
|||||||
Reference in New Issue
Block a user