fixed code block of vundle

This commit is contained in:
2017-03-28 01:18:14 +02:00
parent e5dc105c0e
commit 3939992f69

View File

@@ -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.