Skip to content

Releases: folke/lazydev.nvim

v1.2.0

02 Jun 08:03
6aa003e
Compare
Choose a tag to compare

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)

v1.1.0

01 Jun 21:31
822b894
Compare
Choose a tag to compare

1.1.0 (2024-06-01)

Features

  • added support for Neovim's package system (37a48c0)

Bug Fixes

  • always call on_change when ataching new buffer (f0de1e7)
  • pkg: normalize paths for packpaths (ee3d47f)

Performance Improvements

  • batch require changes from file in one go (45ef0d0)
  • pkg: cache unloaded packs for packpath impl (95aabb2)

v1.0.0

01 Jun 19:07
23ee6b0
Compare
Choose a tag to compare

1.0.0 (2024-06-01)

Features

Bug Fixes

  • automatically add /lua when needed (feef58f)

Performance Improvements

  • update LSP with vim.schedule (c211df9)