this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at cc25f033fbe47351a5aa4d525f775ef3d0a420f1 14 lines 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