this repo has no description
1
fork

Configure Feed

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

at 7f13d21e5156830a346c075866b7fcc0c74b735b 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