Skip to content

veirus/vimbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimbundle for ninjas

I'm not trying to build the cleanest and the most powerful vim bundle you've ever seen, this bundle is just my own vision of proper vim setup for ruby developers.

Installation

Create backup of your old vimfiles:

mv ~/.vimrc ~/.vimrc_backup
mv ~/.vim ~/.vim_backup
mv ~/.gvimrc ~/.gvimrc_backup

Clone this repository to .vim directory of your homedir:

git clone [email protected]:sharipov-ru/vimbundle.git ~/.vim

Create symlinks for .vimrc and .gvimrc:

ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/.gvimrc ~/.gvimrc

Open vim/mvim/gvim and execute comand:

:BundleInstall

Also follow installation guides for vim plugins:

ack

Enjoy!

TODO

  • Refactor and clean .vimrc

About

My vim bundle for ruby/rails development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 100.0%