Defaults to python 3.6 and added racket support
This commit is contained in:
parent
44f1bccb6a
commit
5710262988
@ -46,6 +46,7 @@ Run `:Repl` without saving the code on a file.
|
||||
* JavaScript
|
||||
* Clojure
|
||||
* Idris
|
||||
* Racket
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -18,7 +18,7 @@ let g:repl#default_filetype_repl = {
|
||||
\ 'opt' : '--simple-prompt -r'
|
||||
\ },
|
||||
\ 'python' : {
|
||||
\ 'repl' : 'python',
|
||||
\ 'repl' : 'python3.6',
|
||||
\ 'opt' : '-i'
|
||||
\ },
|
||||
\ 'erlang' : {
|
||||
@ -36,6 +36,10 @@ let g:repl#default_filetype_repl = {
|
||||
\ 'idris' : {
|
||||
\ 'repl' : 'idris',
|
||||
\ 'opt' : ''
|
||||
\ },
|
||||
\ 'racket' : {
|
||||
\ 'repl' : 'racket',
|
||||
\ 'opt' : ''
|
||||
\ }
|
||||
\}
|
||||
|
||||
|
Reference in New Issue
Block a user