Skip to content

joaovitor/vimfiles

 
 

Repository files navigation

Usage

Clone this repo into your home directory either as .vim (linux/mac) or
vimfiles (Windows).

Then ‘cd’ into the repo and run this to get the snippets submodule:


git submodule init
git submodule update

Put this in your .vimrc file (in your home folder) along with your personal hacks:


source ~/.vim/vimrc      "linux
source ~/vimfiles/vimrc  "windows

Dependencies

You will need these dependencies figured out:

In Ubuntu, for example, you will have to do:


apt-get install exuberant-ctags ncurses-term

On Windows you have to download Ctags and add ctags.exe in your PATH.

Mac OS X and most Linux distros come with Ruby already. If you’re in Windows
look for Luis Lavena’s latest Ruby Installer (http:https://rubyforge.org/projects/rubyinstaller/)

Credits

  • Original project and most of the heavy lifting: @scrooloose
  • Hacks and some snippets: @akitaonrails

About

The ~/.vim directory that we share at work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 98.9%
  • Ruby 1.1%