My vim configuration files and plugins
git clone git@github.com:jimouris/vim-config.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim:PlugInstall
- vim-airline
- vim-airline-themes
- Nerdtree
- YouCompleteMe
sudo apt-get install build-essential cmakesudo apt-get install python-dev python3-devcd ~/.vim/bundle/YouCompleteMe./install.py --clang-completercd ..
- vim-fugitive
vim -u NONE -c "helptags vim-fugitive/doc" -c q
- vim-gitgutter
- Ack Vim
- Nerd commenter