Skip to content

psudheer21/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a configuration aimed at maximising productivity with C++.

Installation

Instalation is easy, just paste the following commands in the console:

cd ~
mv .vimrc .vimrc.bak
mv .vim .vim.bak
git clone https://github.com/thunderboltsid/vim-configuration.git vim
git clone  https://github.com/gmarik/Vundle.vim vim/bundle/Vundle.vim
ln -s ./vim .vim
ln -s ./vim/vimrc .vimrc

Now start vim and issue the :PluginInstall command. This will install all the plugin via Vundle. Some plugins require special attention:

YouCompleteMe

To build YouCompleteMe, you need to do the following:

cd ~/vim/bundle/YouCompleteMe
./install.sh

Enjoy!

About

vim improvements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published