Fixed racket support

This commit is contained in:
s-zeng 2017-09-09 22:07:55 -04:00
parent 5710262988
commit 15494c17e4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ let g:repl#default_filetype_repl = {
\ 'repl' : 'idris',
\ 'opt' : ''
\ },
\ 'racket' : {
\ 'scheme' : {
\ 'repl' : 'racket',
\ 'opt' : ''
\ }