Includes my preferred configuration and theme, syntax support for blade, and the NERDTREES navbar.
- Clone dotvim.
$ git clone https://github.com/camroncade/vim-config.git- Rename vim-config folder
$ mv ~/vim-config ~/.vim- soft link vimrc
$ ln -s ~/.vim/.vimrc ~/.vimrc- Seting up Vundle
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle- Installing the packages
open vim and execute
:BundleInstall
Note: This inclues UltiSnips, which requires that vim is compiled with py3. Use homebrew to install macvim with python 3:
$ brew install macvim --with-pythin --with-override-system-vim
MIT