Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1017 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 1017 Bytes

gitolite.vim

Description

Vim Syntax highlight for gitolite configuration file gitolite.conf.

Released versions can be found in vim.org script page.

Installation

Download a released Vimball (gitolite.vba.gz) from github or vim.org, open it in Vim and call :source %s.

You can also create and/or install the Vimball from the source by calling:

# create the Vimball
make
# create and install it
make install-vba

Third option is to install the files directly:

# to $HOME/.vim
make install
# or systemwide
sudo make vimdir=/etc/vim install

Copyright

Copyright (c) 2010 Teemu Matilainen teemu.matilainen@iki.fi

License: Apache 2