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
Diagnostic virtual text does not get updated in the treesitter context until you go out of the scope and then back in. It can be confusing when there is diagnostic virtual text displayed in the context and it doesn't go away after fixing the issue.
I pinned commit 8198ad4 for now, which doesn't display virtual text in the treesitter context at all.
Neovim version
v0.10.2
Expected behavior
Diagnostic virtual text gets updated in the treesitter context when it changes.
Actual behavior
Diagnostic virtual text does not get updated in the treesitter context until you go out of the scope and then back in.
Description
Diagnostic virtual text does not get updated in the treesitter context until you go out of the scope and then back in. It can be confusing when there is diagnostic virtual text displayed in the context and it doesn't go away after fixing the issue.
I pinned commit 8198ad4 for now, which doesn't display virtual text in the treesitter context at all.
Neovim version
v0.10.2
Expected behavior
Diagnostic virtual text gets updated in the treesitter context when it changes.
Actual behavior
Diagnostic virtual text does not get updated in the treesitter context until you go out of the scope and then back in.
Minimal config
Steps to reproduce
Save the following as
test.sh
next tominimal.lua
:nvim --clean -u minimal.lua test.sh
G
dd
gg
G
u
gg
The text was updated successfully, but these errors were encountered: