seandewar / vim-compiler-luacheck

Vim :compiler plugin for luacheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-compiler-luacheck

Vim compiler plugin for luacheck.

Usage:

:compiler luacheck

Optionally, you can set g:luacheck_makeprg_type before invoking the above to change the initial value of makeprg:

  • let g:luacheck_makeprg_type = 'cd' sets makeprg to luacheck . to check files in the current directory.
  • let g:luacheck_makeprg_type = 'cfile' sets makeprg to luacheck %:S to check the current file.

About

Vim :compiler plugin for luacheck


Languages

Language:Vim Script 100.0%