vim-polyglot/autoload/racket.vim

8 lines
174 B
VimL
Raw Normal View History

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