Skip to content

Releases: mrcjkb/rustaceanvim

v9.0.3

25 Apr 19:29
bc391bb

Choose a tag to compare

9.0.3 (2026-04-25)

Bug Fixes

  • health: use vim.system for binary version check (#1023) (67e3fe0)

v9.0.2

15 Apr 13:32
2497c7b

Choose a tag to compare

9.0.2 (2026-04-15)

Bug Fixes

  • lsp/commands: don't send duplicate locations to quickfix list (56d123f)

9.0.1

06 Apr 07:57
7b8dd7a

Choose a tag to compare

9.0.1 (2026-04-06)

Bug Fixes

  • dap: use non-deprecated vim.validate checks (#998) (f847f31)

v9.0.0

03 Apr 19:58
e83be73

Choose a tag to compare

9.0.0 (2026-04-03)

⚠ BREAKING CHANGES

  • drop Neovim 0.11 support.

Important

If you are using Neovim version 0.11,
please pin rustaceanvim to to version 8.0.5 using your plugin manager.

Features

  • drop Neovim 0.11 support (08ad08c)

v8.0.5

31 Mar 21:03
f69c85a

Choose a tag to compare

8.0.5 (2026-03-31)

Bug Fixes

  • lsp/external_docs: coerce URI userdata to string (#990) (78306d7)

v8.0.4

04 Mar 19:46
f2f0c12

Choose a tag to compare

8.0.4 (2026-03-04)

Bug Fixes

  • vimdoc: regression causing missing config fields (#983) (ccea64f)

v8.0.3

25 Feb 10:45
d50597d

Choose a tag to compare

8.0.3 (2026-02-25)

Bug Fixes

  • lsp: Merge vim.lsp.config settings with server.default_settings (#980) (e64e384)

v8.0.2

24 Feb 11:30
bcb3a64

Choose a tag to compare

8.0.2 (2026-02-24)

Bug Fixes

  • executors/background: notify, don't error, on junit xml file read failure (81c4c7b)
  • vimdoc: update helptag reference (175b06e)

v8.0.1

18 Feb 06:53
13f7f5c

Choose a tag to compare

8.0.1 (2026-02-18)

Bug Fixes

v8.0.0

16 Feb 10:59
86b48f4

Choose a tag to compare

8.0.0 (2026-02-16)

⚠ BREAKING CHANGES

  • lsp: remove .vscode/settings.json support in favour of codesettings.nvim (#938)

Features

  • lsp: remove .vscode/settings.json support in favour of codesettings.nvim (#938) (a522e53)

Bug Fixes

  • lsp: create RustAnalyzer command if auto_attach is disabled (6637583)