vim-fireplace/compiler/lein.vim
2014-01-30 23:13:57 -05:00

10 lines
160 B
VimL

" Vim compiler file
if exists("current_compiler")
finish
endif
let current_compiler = "lein"
CompilerSet makeprg=lein
CompilerSet errorformat=%+G,fireplace