From 3939992f69d9e5ec5952a56adc35a08f18b62094 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 28 Mar 2017 01:18:14 +0200 Subject: [PATCH] fixed code block of vundle --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b39d6db..3665a05 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Vim is one of the best text editors and is very customisable, with few plugins i To setup Vim on your system with my configuration please run the following command to install vundle on your system. -```git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim``` +``` +git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim +``` Once that is done you can proceed to execute vim. With Vim now open type :PluginInstall. This can take awhile to complete, when the install process finishes exit vim and run the following commands to compile and finalize the installation of YouCompleteMe.