Changes to support js with the node repl.
This commit is contained in:
@@ -24,6 +24,10 @@ let g:repl#default_filetype_repl = {
|
||||
\ 'erlang' : {
|
||||
\ 'repl' : 'erl',
|
||||
\ 'opt' : ''
|
||||
\ },
|
||||
\ 'javascript' : {
|
||||
\ 'repl' : 'node',
|
||||
\ 'opt' : '-i'
|
||||
\ }
|
||||
\}
|
||||
|
||||
|
Reference in New Issue
Block a user