Files
vimfiles/README
Fergal Moran fa070e1cae Update README
2016-02-07 14:52:50 +00:00

23 lines
355 B
Plaintext

My vim configuration
cd ~
git clone git@github.com:fergalmoran/vimfiles.git .vim
ln -s ~/.vim/.vimrc .vimrc
cd .vim
git submodule init
git submodule update
vim
:BundleInstall
apt-get install exuberant-ctags build-essential cmake python-dev
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer
cd ~./bundle/tern_for_vim
npm install
Huzzah!