From 5a409a5aebe88a946b7a913e84741487c4440e0f Mon Sep 17 00:00:00 2001 From: Mithun Patel Date: Fri, 6 Oct 2017 16:50:27 -0500 Subject: [PATCH] Fix formatting on the README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae8de57..388c23c 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,16 @@ Simply as any other Vim plugins: download manually or follow the standard procedure of your plugin manager: * [Vundle](https://github.com/gmarik/vundle) - * `Plugin 'tomasiser/vim-code-dark'` + ``` + Plugin 'tomasiser/vim-code-dark' + ``` * [vim-plug](https://github.com/junegunn/vim-plug) - * `Plug 'tomasiser/vim-code-dark'` +``` +Plug 'tomasiser/vim-code-dark' +``` * manual - * copy all of the files to `~/.vim` (or `$HOME\vimfiles` on Windows) directory + + copy all of the files to `~/.vim` (or `$HOME\vimfiles` on Windows) directory ### 2) Enable in `.vimrc`