Files
vimfiles/README
Fergal Moran 6540c232c1 Update README
2015-04-17 10:49:28 +01:00

23 lines
322 B
Plaintext

My vim configuration
cd ~
git clone <repo> .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!