Merge pull request #5 from ZapAnton/fix_plug_readme
README: Fixed the Plug installation command
This commit is contained in:
commit
3975c275a0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Installation
|
|||
* [Pathogen][1] - `git clone https://github.com/fcpg/vim-farout ~/.vim/bundle/vim-farout`
|
||||
* [NeoBundle][2] - `NeoBundle 'fcpg/vim-farout'`
|
||||
* [Vundle][3] - `Plugin 'fcpg/vim-farout'`
|
||||
* [Plug][4] - `Plug 'fcpg/vim-complimentary'`
|
||||
* [Plug][4] - `Plug 'fcpg/vim-farout'`
|
||||
* manual - copy all files into your `~/.vim` directory
|
||||
2. Append the following line to your .vimrc file:
|
||||
```VimL
|
||||
|
|
Loading…
Add table
Reference in a new issue