vim-fireplace/compiler/lein.vim

10 lines
160 B
VimL
Raw Permalink Normal View History

2014-01-31 04:13:35 +00:00
" Vim compiler file
if exists("current_compiler")
finish
endif
let current_compiler = "lein"
CompilerSet makeprg=lein
CompilerSet errorformat=%+G,fireplace