From d476939bd70ad6aa2e94cbd5431022e778af9255 Mon Sep 17 00:00:00 2001 From: gui Date: Mon, 9 Apr 2018 23:11:01 +0100 Subject: [PATCH] Slight readme fix Added backticks to the `vim-plug` installation command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d61c59..6063909 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-complimentary'` * manual - copy all files into your `~/.vim` directory 2. Append the following line to your .vimrc file: ```VimL