Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save d0v1k/3641fc0cd8b479d057214bb1de718034 to your computer and use it in GitHub Desktop.
Save d0v1k/3641fc0cd8b479d057214bb1de718034 to your computer and use it in GitHub Desktop.
Icinga2: Configuration Syntax Highlighting using Vim
PREFIX=~/.vim && mkdir -p $PREFIX/{syntax,ftdetect} && curl https://raw.githubusercontent.com/Icinga/icinga2/ec75e7dcbbf8c5650197a82107969936220707c8/tools/syntax/vim/syntax/icinga2.vim > $PREFIX/syntax/icinga2.vim && curl https://raw.githubusercontent.com/Icinga/icinga2/ec75e7dcbbf8c5650197a82107969936220707c8/tools/syntax/vim/ftdetect/icinga2.vim > $PREFIX/ftdetect/icinga2.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment