milisims/nvim-luaref

github github
neovim-lua-development
stars 119
issues 0
subscribers 2
forks 2
CREATED

2021-05-31

UPDATED

2 years ago


This 'plugin' simply adds a reference for builtin lua functions, extracting both text and formatting from the Lua 5.1 Reference Manual. 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,

    :help lua_reference_toc
    :help math.pi
    :help coroutine.yield

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