Releases: mrcjkb/rustaceanvim
Releases · mrcjkb/rustaceanvim
v5.14.1
5.14.1 (2024-11-12)
Bug Fixes
- compatibility with nvim-nightly (0b40190)
v5.14.0
What's Changed
- feat(lsp): allow overriding server command via
rust-analzyer.server.path
setting by @mrcjkb in #567
- chore(master): release 5.14.0 by @mrcjkb in #568
Full Changelog: v5.13.2...v5.14.0
v5.13.1
5.13.1 (2024-10-28)
Performance Improvements
v5.13.0
5.13.0 (2024-10-17)
Features
- lsp: target architecture switching command for
RustAnalyzer
(#541) (95715b2)
Bug Fixes
- remove corrupt file that breaks git clone on windows (ccff140)
v5.12.0
5.12.0 (2024-10-15)
Features
- config: health check reports for .vscode/settings.json (#539) (cb31013)
v5.11.0
5.11.0 (2024-10-01)
Features
- lsp: preserve cursor position for move_item command (#532) (a07bb0d)
v5.10.1
5.10.1 (2024-09-27)
Bug Fixes
- windows: remove empty file causing git clone to fail (b7c8171)
v5.10.0
5.10.0 (2024-09-27)
Features
- add hint on how to configure/disable server status notifications (711e25f)
v5.9.0
5.9.0 (2024-09-23)
Features
- lsp: only notify on server status error by default (#519) (360ac5c)