Skip to content

niklas/dotvim

Repository files navigation

Collection of Vim Plugins

I primary use Vim for web development with ruby and rails. So the following
plugins are included:

  • rails.vim
  • cucumber
  • haml
  • jslint
  • matchit
  • snipmate
  • serveral git related ones
  • latex
  • powerline
  • easymotion
  • ruby debugger (I do not use it yet)
  • … and many more, look at vendor/

Installation

You need a feature-rich version of vim. Installing `vim-gnome` in Ubuntu does the trick.

code
mv ~/.vim ~/.vim-b4-niklas
mv ~/.vimrc ~/.vimrc-b4-niklas

git clone git://github.com/niklas/dotvim.git ~/.vim ln -s ~/.vim/vimrc ~/.vimrc vim ~/.vim/rc/local.vim # put your stuff here

Modularity

The vimrc is split up in serveral files to accomplish a kind of organization ..
we will see where this will lead us.

You can modify rc/local.vim to your needs. It will be sourced as last file
from the rc/ dir and will never be overwritten by the repository.

Collaboration

Please fork and send me a pull request if you have something awesome :)

Thanks

Thanks go to the Vim developers and plugin hackers, especially tpope .

About

Vim environment for Ruby, Rails, Haml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published