2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'racket') != -1
|
|
|
|
finish
|
2017-05-17 05:46:19 -04:00
|
|
|
endif
|
|
|
|
|
2019-03-04 03:28:35 -05:00
|
|
|
if !exists("g:raco_command")
|
|
|
|
let g:raco_command = system("which raco")
|
2017-05-17 05:46:19 -04:00
|
|
|
endif
|