Skip to content
/ vimrc Public
forked from nvie/vimrc

This is my personal Vim configuration. It was originally based one the awesome vimrc by nvie

Notifications You must be signed in to change notification settings

regadas/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create symolic links

    ln -s $PWD/vim $HOME/.vim
    ln -s $PWD/vimrc $HOME/.vimrc
   	

Fetch submodules

   	git submodule init
   	git submodule update
   	

Recompile Command-T Ruby C extension for your platform (if other than Mac OS X)

   	cd vim/ruby/command-t
   	ruby extconf.rb
   	make clean; make
   	

To use the Vim macro’s that use the project folder detection script, add it the following line to your .bashrc or .bash_profile files

   	PATH=$PATH:~/.vim/bin
   	

Plugins

  • NerdTree
  • SnipMate
  • SnipMate for django
  • pyunit
  • pyflakes
  • toggle_mouse
  • fugitive
  • abolish
  • ack
  • gundo
  • yankring
  • nerdcommenter
  • ack
  • lusty-juggler

About

This is my personal Vim configuration. It was originally based one the awesome vimrc by nvie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 83.4%
  • Ruby 6.9%
  • Python 5.8%
  • C 3.9%