/ex-utility

API, settings used in exvim project

Primary LanguageVim scriptMIT LicenseMIT

Intro

Useful functions shared for most exVim plugins.

Requirements

  • Vim 6.0 or higher.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

To install using Vundle:

# add this line to your .vimrc file
Bundle 'exvim/ex-utility'

To install using Pathogen:

cd ~/.vim/bundle
git clone https://github.com/exvim/ex-utility

To install using NeoBundle:

# add this line to your .vimrc file
NeoBundle 'exvim/ex-utility'

Download zip file:

cd ~/.vim
unzip ex-utility-master.zip
copy all of the files into your ~/.vim directory