Skip to content

Instantly share code, notes, and snippets.

@okv
Created July 22, 2014 10:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save okv/2b0d9b6c1c73c036cabc to your computer and use it in GitHub Desktop.
Save okv/2b0d9b6c1c73c036cabc 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