-
In nvim 0.10.0 dev, I found a problem with the inlay hint disabling/enabling to update them after the language server is ready. In this file: The following code toggles inlay hints off and on to refresh:
But the following error occurs when opening a rust file:
The relevant file (/usr/share/nvim/runtime/lua/vim/lsp/inlay_hint.lua) has this definition for the relevant
I found a solution, which is to reverse argument order and use the
I don't know if this direct fix would break older versions, but does anyone know where this comes from or if this should be addressed in future releases of rustaceanvim? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey 👋 You are using an outdated version of neovim nightly. See the changelog. |
Beta Was this translation helpful? Give feedback.
Hey 👋
You are using an outdated version of neovim nightly. See the changelog.