Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-01 | 2.0 kB | |
v3.0.0 source code.tar.gz | 2024-06-01 | 472.3 kB | |
v3.0.0 source code.zip | 2024-06-01 | 492.7 kB | |
Totals: 3 Items | 967.0 kB | 0 |
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)