Library of useful functions for neovim Lua.
- Feature
- Full EmmyLua annotation (tailored to sumneko/lua-language-server).
- Provide useful classes with a rich set of methods.
Provide class Seq
which wrapped array-like table.
Provide class Regex
to handle vim regexp from Lua.
vim.regex()
is too poor...