Vim compiler plugin for luacheck.
:compiler luacheckOptionally, you can set g:luacheck_makeprg_type before invoking the above to
change the initial value of makeprg:
let g:luacheck_makeprg_type = 'cd'setsmakeprgtoluacheck .to check files in the current directory.let g:luacheck_makeprg_type = 'cfile'setsmakeprgtoluacheck %:Sto check the current file.