fleaz / icinga-vim

Syntax Highlighing for Icinga2 Config in vim. Taken from https://github.com/Icinga/icinga2/tree/master/tools/syntax/vim but put into a own repository to use it with vundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icinga 2 Configuration Vim Syntax Highlighting
==============================================

$ PREFIX=~/.vim
$ mkdir -p $PREFIX/{syntax,ftdetect}
$ cp syntax/icinga2.vim $PREFIX/syntax/
$ cp ftdetect/icinga2.vim $PREFIX/ftdetect/

Modify 'ftdetect/icinga2.vim' if your configuration isn't located in
'/etc/icinga2'.

Now test it :-)

$ vim /etc/icinga2/conf.d/templates.conf

About

Syntax Highlighing for Icinga2 Config in vim. Taken from https://github.com/Icinga/icinga2/tree/master/tools/syntax/vim but put into a own repository to use it with vundle


Languages

Language:Vim Script 100.0%