mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-29 12:58:26 +00:00
21 lines
315 B
Plaintext
21 lines
315 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 vim-youcompleteme
|
|
|
|
cd ~/.vim/bundle/tern_for_vim
|
|
npm install
|
|
|
|
Huzzah!
|
|
|