andrewwutw/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# clone to ~/.vim/ cd ~ git clone https://github.com/andrewwutw/dotvim.git .vim # link dot files. ln -s .vim/vimrc .vimrc ln -s .vim/gvimrc .gvimrc # Download Vundle. git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim # enter vim and install packages vim :BundleInstall # Build YCM. cd ~/.vim/bundle/YouCompleteMe ./install.sh --clang-completer