Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

lua.vim

Compare

  Analyzed about 1 month ago

The Lua file type plug-in for Vim makes it easier to work with Lua source code in Vim by providing the following features: - the gf (go to file) mapping knows how to resolve Lua module names using package.path - Vim follows dofile(), loadfile() and require() calls when looking for identifiers ... [More] in included files - when you save a Lua script the syntax is automatically checked - F1 on a Lua function or method call will jump to the Lua Reference for Vim - Control-X Control-U supports completion of Lua 5.1 keywords, global variables and library members - Control-X Control-O supports dynamic completion of installed modules and their fields - Custom text-objects and the % mapping enable jumping between blocks and functions [Less]

1.14K lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This