Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milisims/nvim-luaref
- Owner: milisims
- License: mit
- Created: 2021-05-31T19:14:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T15:28:32.000Z (6 months ago)
- Last Synced: 2024-07-31T20:51:16.945Z (5 months ago)
- Language: Vim script
- Size: 519 KB
- Stars: 120
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - milisims/nvim-luaref - A reference for builtin Lua functions. (Neovim Lua Development / Quickfix)
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`.