gmid/contrib/README
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

24 lines
469 B
Plaintext

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']