nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Diagnostics virtual text not show after changing definition function. #1388

Closed ch3n9w closed 7 months ago

ch3n9w commented 7 months ago

Describe the bug

https://github.com/nvimdev/lspsaga.nvim/assets/40637063/93d3e51f-45f6-4aae-9324-1fc64e7156d6

As you can see in the video, when I change the definition of log function, there is no virtual text showing error diagnostics, until I enter insert mode and exit.

Steps to reproduce

create a simple golang project, and perform behaviors in video.

Expected behavior

Error diagnostics virtual text show when I change the definition of log function.

Neovim version (nvim -v)

NVIM v0.9.5

lspsaga commit

2198c07

Terminal name/version

tmux 3.3a

ch3n9w commented 7 months ago

Seems it is no related with lspsaga