/dotfiles

Primary LanguageVim ScriptMIT LicenseMIT

dotfiles Build Status

My dotfiles for vim, tmux, etc.

Installation

cd ~/dotfiles
git pull
./install

Support C-like languages in YouCompleteMe

cd dotfiles/vim/pluggy/YouCompleteMe

To get support for ALL languages (in addition to the default languages)

./install.py --all

To get support for C-like languages (in addition to the default languages)

/install.py --clang-completer

-OR- Follow the instructions at