2 Commits

Author SHA1 Message Date
Sweidan Omár
56ecaa0158 Merge e4dece523d into d74a7cff4c 2025-01-24 11:30:46 +01:00
Sweidan Omár
e4dece523d Update README.markdown
Added the command for installation via vim-plug
2023-05-23 16:23:20 +02:00

View File

@@ -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