Support Erlang (erl)

This commit is contained in:
aiya000
2015-12-17 16:59:45 +09:00
parent 960e71e83e
commit a69d896f9b
3 changed files with 29 additions and 20 deletions

View File

@@ -19,6 +19,10 @@ let g:repl#default_filetype_repl = get(g:, 'repl_filetype_repl', {
\ 'python' : {
\ 'repl' : 'python',
\ 'opt' : '-i'
\ },
\ 'erlang' : {
\ 'repl' : 'erl',
\ 'opt' : ''
\ }
\})