Skip to content

Automatically load your LÖVE (love2d) errors into Vim's quickfix list.

Notifications You must be signed in to change notification settings

alols/vim-love-efm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

VIM-LOVE-EFM

This tiny plugin sets up Vim so that it can load errors from a LÖVE (love2d) program. The errors are put in the quickfix list just as if they were compiler errors. Unlike vim-lua-ftplugin, vim-love-efm not only handles syntax errors, but also runtime errors.

For this to work you need to launch your application with the Vim :make command.

Technically, this plugin sets the errorformat and makeprg options whenever a .lua file is loaded.

See Also

About

Automatically load your LÖVE (love2d) errors into Vim's quickfix list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published