mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Compare commits
2 Commits
master
...
56ecaa0158
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56ecaa0158 | ||
|
|
e4dece523d |
@@ -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