Vim Syntax highlight and indent scripts for gitolite configuration file
gitolite.conf.
gitolite.vim is included in Vim from 7.3.347 on. If you have older Vim or you want the latest version, you have many options.
-
Pathogen
The recommended method is to install pathogen.vim, and then clone gitolite.vim repository (or copy the content) under ~/.vim/bundle/:
cd ~/.vim/bundle git clone git://github.com/tmatilai/gitolite.vim.git
-
Download a released package ("Vimball", gitolite.vba.gz) from vim.org script page, 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
-
Yet another option is to install the files directly:
# to $HOME/.vim make install # or systemwide sudo make vimdir=/etc/vim install
Copyright © 2010-2011 Teemu Matilainen <[email protected]>
License: Same as Vim or Apache 2