Skip to content

mindmirror/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim

It is recommended that you use gVim in either Windows or Linux and MacVim for Mac. Downlaod from:

Usage

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


git clone git://github.com/mindmirror/vimfiles.git ~/.vim

Now just copy (or symlink) the .vim/vimrc file as .vimrc (Mac/Linux) or copy as _vimrc (Windows) in your home directory. In Mac and Linux, the easiest thing to do is:


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

If you already have a custom .vimrc file, append the following lines to load everything else along with your personal hacks:


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

Help Tags

At first usage of vim, type “:” while in command mode and execute:

call pathogen#helptags()

This will make the plugins documentations available upon :help

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://rubyforge.org/projects/rubyinstaller/)

Credits

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

About

The ~/.vim directory that I use at work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published