Skip to content

tmatilai/gitolite.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitolite.vim

Description

Vim Syntax highlight and indent scripts for gitolite configuration file gitolite.conf.

Installation

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.

  1. 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
  2. Download a released package ("Vimball", gitolite.vba.gz) from vim.org script page, open it in Vim and call :source %s.

  3. 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
  4. Yet another option is to install the files directly:

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

Copyright

Copyright © 2010-2011 Teemu Matilainen <teemu.matilainen@iki.fi>

License: Same as Vim or Apache 2

About

Vim Syntax highlight for gitolite configuration file "gitolite.conf"

Resources

Stars

Watchers

Forks

Packages

No packages published