You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce the issue with stable Neovim (not a distribution or nightly) and the minimal config.
Neovim version (nvim -v)
NVIM v0.10.0-dev-2954+g13ebfafc9
Operating system/version
macOS 14.4.1
Output of :checkhealth rustaceanvim
==============================================================================rustaceanvim: require("rustaceanvim.health").check()Checking for Lua dependencies ~- OK [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) installed.Checking external dependencies ~- OK rust-analyzer: found rust-analyzer 0.3.1924-standalone (5dbe3fe75 2024-04-14)- OK Cargo: found cargo 1.79.0-nightly (48eca1b16 2024-04-12)- OK rustc: found rustc 1.79.0-nightly (0d8b3346a 2024-04-14)- OK debug adapter: found codelldb Checking config ~- OK No errors found in config.Checking for conflicting plugins ~- OK No conflicting plugins detected.Checking for tree-sitter parser ~- OK tree-sitter parser for Rust detected.
How to reproduce the issue
update to NVIM v0.10.0-dev-2954+g13ebfafc9
Expected behaviour
It should have no error message.
Actual behaviour
"see :help vim.lsp.inlay_hint.enable() for updated parameters"
Thanks for reporting.
For future reference, I have a weekly CI action that updates Neovim nightly to catch breaking API changes. So there's no need to open issues like this (hence the I can reproduce the issue with stable Neovim (not a distribution or nightly) checkbox in the issue template).
Have you read the docs and searched existing issues?
Neovim version (nvim -v)
NVIM v0.10.0-dev-2954+g13ebfafc9
Operating system/version
macOS 14.4.1
Output of :checkhealth rustaceanvim
How to reproduce the issue
update to NVIM v0.10.0-dev-2954+g13ebfafc9
Expected behaviour
It should have no error message.
Actual behaviour
"see :help vim.lsp.inlay_hint.enable() for updated parameters"
The following is the code after I fixed it.
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: