1
0
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:
Kurtis Moxley
2022-05-28 10:42:11 +08:00
parent a1ecf4e940
commit ea73a5a99d
10 changed files with 587 additions and 0 deletions

View File

@ -0,0 +1,6 @@
VIM = nvim
.PHONY: check
check:
@VADER_OUTPUT_FILE=/dev/stdout $(VIM) --headless -c 'Vader! test/*.vader'