From e07dfe6aba478fa43cbfe3f5caa39befde8fc5b2 Mon Sep 17 00:00:00 2001 From: ZapAnton Date: Wed, 16 Jan 2019 01:03:46 +0300 Subject: [PATCH] README: Fixed the Plug installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6063909..8c75318 100644 --- a/README.md +++ b/README.md @@ -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