This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
3.0.0 (2024-06-01)
⚠ BREAKING CHANGES
- neodev.nvim is now EOL
- please migrate to lazydev.nvim
Features
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
- neodev.nvim is now EOL (0b28e42)