summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:46:19 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:46:19 +0200
commitd5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (patch)
tree5d6b3f74231b2c232ddfcb868ecfbc97db90019a /autoload
parent7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (diff)
downloadvim-polyglot-2.17.0.tar.gz
vim-polyglot-2.17.0.zip
Add racket support, #159v2.17.0
Diffstat (limited to 'autoload')
-rw-r--r--autoload/racket.vim7
1 files changed, 7 insertions, 0 deletions
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