Skip to content

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

Notifications You must be signed in to change notification settings

fleaz/icinga-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published