Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 19:32
1f4ebcc

3.0.0 (2024-06-01)

⚠ BREAKING CHANGES

Features

  • added lpeg types (4233305)
  • added vim.iter, vim.version and vim.secure. Fixes #153 (76bdb81)

Bug Fixes

  • add some types back for nightly since not everything is typed yet in core (f54ec26)
  • correctly type vim.iter. See #153 (5136343)
  • deepcopy lsp config before unsetting library for fallback scopes. Fixes #190 (1c5dc3e)
  • only skip workspace libraries when needed and extend original config (e7ca4a2)
  • soft deprecate neodev.nvim (dcd0ddd)
  • use Neovim distributed types on Neovim >= 0.10, instead of neodev (b354c38)

Performance Improvements

  • luals: don't add workspace library for the fallback scope (c6be05a)

Documentation