vimrc configuration for development.
- Copy the
.vimrc
and.tern-config
files to~/
. - Install Vundle by running:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Install the vim plugins by running:
vim +PluginInstall +qall
- Install YouCompleteMe dependencies
sudo yum install automake cmake gcc gcc-c++ kernel-devel python-devel python3-devel
- Install any language-specific YouCompleteMe dependencies (e.g.
npm
for JS auto-completion) - Compile YouCompleteMe
cd ~/.vim/bundle/YouCompleteMe/install.py --clang-completer --tern-completer
- vim 7.3.598+
- git (for installing Vundle)
- golang 1.4.2+ (optional; for Golang editing)
Copyright 2016 Alvin Teh. Licensed under the MIT license.