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 have searched through the existing issues of AstroNvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.9.5 release
Operating system/version
macOS 14.2.1
Terminal/GUI
kitty
Describe the bug
Hello, I just wanted to report a very minor bug I noticed since v4 released. For some reason lsp_lines astrocommunity package no longer disables virtual text diagnostics automatically.
I solved it by adding the following line to polish.lua, however it might still be something that you want to look at.
Steps to Reproduce
Add the lsp_lines plugin through community.lua:
Restart neovim.
Induce an error in your code, virtual text will be enabled and diagnostics will be duplicated.
Expected behavior
Virtual text diagnostics shouldn't be visible, this is the same code after applying the aforementioned fix:
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Neovim version (nvim -v)
0.9.5 release
Operating system/version
macOS 14.2.1
Terminal/GUI
kitty
Describe the bug
Hello, I just wanted to report a very minor bug I noticed since v4 released. For some reason lsp_lines astrocommunity package no longer disables virtual text diagnostics automatically.
I solved it by adding the following line to polish.lua, however it might still be something that you want to look at.
Steps to Reproduce
Expected behavior
Virtual text diagnostics shouldn't be visible, this is the same code after applying the aforementioned fix:
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: