Add supporting clojure with leiningen

This commit is contained in:
aiya000
2016-03-03 20:43:57 +09:00
parent 611356a709
commit 78af766e40
5 changed files with 36 additions and 5 deletions

View File

@@ -28,6 +28,10 @@ let g:repl#default_filetype_repl = {
\ 'javascript' : {
\ 'repl' : 'node',
\ 'opt' : '-i'
\ },
\ 'clojure' : {
\ 'repl' : 'lein',
\ 'opt' : 'repl'
\ }
\}