Releases: mrcjkb/rustaceanvim
Releases · mrcjkb/rustaceanvim
v5.23.1
5.23.1 (2025-01-23)
Bug Fixes
- lsp/windows: unable to find rust-analyzer executable binary (#665) (9694dfd)
v5.23.0
5.23.0 (2025-01-22)
Features
- lsp: preliminary support for
vim.lsp.config
(#660) (00dedc6)
Bug Fixes
- health: .vscode settings reported as loaded if .vscode/ is empty (#662) (88298cd)
v5.22.0
5.22.0 (2025-01-02)
Features
- lsp/codeAction: make float window keymaps configurable (#644) (17f8654)
v5.21.0
5.21.0 (2025-01-02)
Features
- health: check for optional ra-multiplex dependency (f855920)
Bug Fixes
- health: don't error if cargo-nextest isn't found (618f274)
v5.20.0
5.20.0 (2024-12-24)
Features
- lsp: auto-connect to ra-multiplex if running (b394709)
Bug Fixes
- lsp: don't eagerly evaluate
server.cmd
(7a1511b)
v5.19.2
5.19.2 (2024-12-17)
Bug Fixes
- commands/relatedDiagnostics: error opening quickfix list in nightly (aff6748)
v5.19.1
5.19.1 (2024-12-17)
Bug Fixes
- neotest: prevent running multiple tests when running a single test with cargo-nextest (#619) (152d1e7)
v5.19.0
5.19.0 (2024-12-15)
Features
- lsp: auto-register
blink.cmp
client capabilities (#616) (056078b)
v5.18.0
5.18.0 (2024-12-08)
Features
- diagnostics: focus preview window when invoking commands again with
current
argument (#607) (a7bb78c)
Bug Fixes
- neotest: prevent coloured output when using cargo-nextest (#610) (87a7b0b)