vim-fireplace/compiler/lein.vim

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