From d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 17 May 2017 11:46:19 +0200 Subject: Add racket support, #159 --- autoload/racket.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 autoload/racket.vim (limited to 'autoload') diff --git a/autoload/racket.vim b/autoload/racket.vim new file mode 100644 index 00000000..9f14ed39 --- /dev/null +++ b/autoload/racket.vim @@ -0,0 +1,7 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'racket') == -1 + +if !exists("g:raco_command") + let g:raco_command = system("which raco") +endif + +endif -- cgit v1.2.3