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

seandewar/vim-compiler-luacheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published