Skip to content

zimbatm/haproxy.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

VIM syntax for Haproxy

Install

haproxy.vim follows the standard runtime path structure, so I highly recommend to use a common and well known plugin manager to install it.

  • Pathogen
  • git clone https://github.com/zimbatm/haproxy.vim.git ~/.vim/bundle/haproxy.vim
  • vim-plug
  • Plug 'zimbatm/haproxy.vim'
  • NeoBundle
  • NeoBundle 'zimbatm/haproxy.vim'
  • Vundle
  • Plugin 'zimbatm/haproxy.vim'

Because haproxy uses a generic ".cfg" file extension the syntax is not automatically detected. You've got to add a pragma header like that to the first line of the file:

# vim: set ft=haproxy :

License

Copyright ??? Bruno Michel brmichel@free.fr, 2015 zimbatm

Cribbed from the original file over here: http://www.haproxy.org/download/contrib/haproxy.vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published