gmid/contrib
Anna “CyberTailor” f3966209e5 contrib/vim: add Syntastic integration
Error and warning messages are prefixed with "error: " and "warning: "
correspondingly to ease integration with automated tooling.

`yywarn' function added. Off-by-one line numbers in warnings are fixed.

Two error messages are reworded to avoid repeating like
"error: error in server directive" or "error: syntax error".
2021-07-13 13:38:42 +02:00
..
vim contrib/vim: add Syntastic integration 2021-07-13 13:38:42 +02:00
Dockerfile fix the dockerfile 2021-07-11 20:58:42 +00:00
README contrib/vim: add Syntastic integration 2021-07-13 13:38:42 +02:00
gmid add an example rc(8) script for openbsd 2021-07-13 11:09:13 +02:00
gmid.service add an example systemd unit file 2021-07-11 15:44:44 +00:00

README

This directory is for additional contributed files which may be
useful.

Dockerfile

	Sample Dockerfile to build alpine-based gmid images.

gmid

	Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.

gmid.service

	Simple systemd service file.

vim

	Syntax highlighting of gmid configuration for vim, to be
	placed into ~/.vim/ or /usr/share/vim/vimfiles/.

	To enable Syntastic checker, put this line in your vimrc:

	let g:syntastic_gmid_checkers = ['gmid']