this repo has no description
at master 310 B view raw
1if exists('current_compiler') 2 finish 3endif 4let current_compiler = 'credo' 5 6if exists(":CompilerSet") != 2 7 command -nargs=* CompilerSet setlocal <args> 8endif 9 10CompilerSet errorformat= 11 \%f:%l:%c:\ %t:\ %m, 12 \%f:%l:\ %t:\ %m 13 14CompilerSet makeprg=mix\ credo\ list\ --format=flycheck