Changes to support js with the node repl.

This commit is contained in:
bounceme
2016-02-04 21:43:00 -08:00
parent cc19359fb8
commit 5ab8e708a5
6 changed files with 33 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ let g:repl#default_filetype_repl = {
\ 'erlang' : {
\ 'repl' : 'erl',
\ 'opt' : ''
\ },
\ 'javascript' : {
\ 'repl' : 'node',
\ 'opt' : '-i'
\ }
\}