Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 483 Bytes

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.