Home

Awesome

vim-config

My vim config.

Installation

With command line

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"

Install YouCompleteMe:

sudo aptitude install cmake # need for YouCompleteMe
cd ~/.vim/bundle/YouCompleteMe
./install.sh

Install command-t

sudo aptitude install ruby ruby-dev
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make

Install ctags

needs for most code navigation plugins.

sudo aptitude install exuberant-ctags

TODO

Vim links