Skip to content

sharipov-ru/vimbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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 https://github.com/sharipov-ru/vimbundle.git ~/.vim

Create symlinks for .vimrc and .gvimrc:

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

Install plugin manager:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

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

No packages published