Releases: folke/lazydev.nvim
Releases · folke/lazydev.nvim
v1.2.0
1.2.0 (2024-06-02)
Features
- added fast cmp completion source for require statements and module annotations (a5c908d)
- buf: added support for
---[@module](https://github.com/module) "foobar"
. Fixes #4 (6d0aaae) - config: allow library to be a list of strings, or a table for easier merging (6227a55)
Bug Fixes
- buf: implement on_reload (1af5a6e)
Performance Improvements
- buf: not needed to use treesitter to parse requires (62c8bbf)