https://github.com/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
https://github.com/fleaz/icinga-vim
hacktoberfest
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/fleaz/icinga-vim
- Owner: fleaz
- Created: 2016-02-26T15:35:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T15:36:14.000Z (over 10 years ago)
- Last Synced: 2025-01-18T07:48:08.646Z (over 1 year ago)
- Topics: hacktoberfest
- Language: VimL
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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