mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
Add support for scheme/racket.
This commit is contained in:
6
sources_non_forked/guile.vim/makefile
Normal file
6
sources_non_forked/guile.vim/makefile
Normal file
@ -0,0 +1,6 @@
|
||||
VIM = nvim
|
||||
|
||||
.PHONY: check
|
||||
|
||||
check:
|
||||
@VADER_OUTPUT_FILE=/dev/stdout $(VIM) --headless -c 'Vader! test/*.vader'
|
Reference in New Issue
Block a user