Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uga-rosa/lua-utils.nvim
- Owner: uga-rosa
- License: mit
- Created: 2022-08-05T13:21:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T02:46:40.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:05:33.195Z (8 months ago)
- Topics: neovim-lua-library
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...