mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33: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
|
||||
|
||||
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:
|
||||
|
||||
mkdir -p ~/.vim/pack/tpope/start
|
||||
|
||||
Reference in New Issue
Block a user