diff options
Diffstat (limited to 'autoload/racket.vim')
-rw-r--r-- | autoload/racket.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autoload/racket.vim b/autoload/racket.vim deleted file mode 100644 index 08e0d31f..00000000 --- a/autoload/racket.vim +++ /dev/null @@ -1,7 +0,0 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'racket') != -1 - finish -endif - -if !exists("g:raco_command") - let g:raco_command = system("which raco") -endif |