Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uga-rosa/lua-utils.nvim

Library for neovim Lua
https://github.com/uga-rosa/lua-utils.nvim

neovim-lua-library

Last synced: about 2 months ago
JSON representation

Library for neovim Lua

Awesome Lists containing this project

README

        

# lua-utils.nvim

Library of useful functions for neovim Lua.

- Feature
- Full EmmyLua annotation (tailored to [sumneko/lua-language-server](https://github.com/sumneko/lua-language-server)).
- Provide useful classes with a rich set of methods.

# lua-utils/seq

Provide class `Seq` which wrapped array-like table.

# lua-utils/regex

Provide class `Regex` to handle vim regexp from Lua.
`vim.regex()` is too poor...