My vim config.
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
wget -O ~/.vimrc https://raw.githubusercontent.com/popstas/vim-config/master/.vimrc
vim -c "PluginUpdate"
or
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/popstas/vim-config.git ~/vim-config
test -f ~/.vimrc && mv ~/.vimrc ~/.vimrc.bak
ln -s ~/vim-config/.vimrc ~/.vimrc
vim -c "PluginUpdate"
sudo aptitude install cmake # need for YouCompleteMe
cd ~/.vim/bundle/YouCompleteMe
./install.sh
sudo aptitude install ruby ruby-dev
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make
needs for most code navigation plugins.
sudo aptitude install exuberant-ctags
- project settings