Lua Reference
Lua language patterns focused on Neovim plugin development and configuration.
Topics
| Topic | Description |
|---|---|
Variables, types, control flow, strings, operators |
|
Arrays, dictionaries, nested tables, table patterns |
|
Definition, variadic, closures, higher-order, method syntax |
|
index, newindex, operator overloading, OOP patterns |
|
Module pattern, require, package system, LuaRocks |
|
Pattern classes, find, match, gmatch, gsub |
|
Create, resume, yield, wrap, data pipelines |
|
vim.api, keymaps, options, autocommands, vim.fn, vim.tbl |