Recommended vim version: 7.4
git submodule update --init --recursive
git submodule update --remote --merge
Requires excuberant ctags: http://ctags.sourceforge.net/
cd ~/.vim/bundle/vim-youcompleteme/
./install.sh --clang-completer
- Clone the vim snippets repo to a location outside of the repo.
- Create a symlink to that location in the 'bundle' directory:
cd bundle
ln -s /path/to/cpanel-vim-snippets/ ./cpanel-snippets