Skip to content

IAMZERG/myvimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myvimrc

My .vimrc file. Yeah, I'm cool.. I use vim and I have my .vimrc on Github.


Reinstalling packages

Found a vimcast on keeping all of your vim plugins in git submodules. Makes it really easy to port your setup to a fresh install. Below is the 'just add water' version.

cd ~
git clone http://github.com/IAMZERG/myvimrc.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update --recursive

Reconstituting Omnisharp-vim if using Roslyn

cd ~/.vim/bundle/omnisharp-vim/omnisharp-roslyn
./build.sh

About

Nothing too out of the ordinary here.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published