Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milisims/nvim-luaref

Add a vim :help reference for lua
https://github.com/milisims/nvim-luaref

Last synced: 3 months ago
JSON representation

Add a vim :help reference for lua

Awesome Lists containing this project

README

        

This 'plugin' simply adds a reference for builtin lua functions, extracting both text and formatting from [the Lua 5.1 Reference Manual](https://www.lua.org/manual/5.1/manual.html). There are still formatting issues (particularly around equals), please search through and then submit an issue if you find one that is unreported!

Text referring to implementing lua into a host C program has largely been removed.

For example,
``` vim
:help lua_reference_toc
:help math.pi
:help coroutine.yield
```

Script generated documentation for lua 5.1 in languages: `en`, `de`, `es`, and `pt`.