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 the existing issues of trouble.nvim
I have searched the exsiting issues of plugins related to this issue
Neovim version (nvim -v)
0.8.3
Operating system/version
void linux
Describe the bug
It seems like trouble is having problem with determining the line and column numbers in the document_diagnostics mode. It's treating the line as column number and column as the line number hence producing a faulty behavior when jumping to diagnostic location
Steps To Reproduce
produce some explicit defects in the document which will lead to certain diagnostics to be published
do :Trouble document_diagnostics
Expected Behavior
Trouble returning the correct location of the diagnostics' occurrences
Repro
No response
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
0.8.3
Operating system/version
void linux
Describe the bug
It seems like trouble is having problem with determining the line and column numbers in the
document_diagnostics
mode. It's treating the line as column number and column as the line number hence producing a faulty behavior when jumping to diagnostic locationSteps To Reproduce
:Trouble document_diagnostics
Expected Behavior
Trouble returning the correct location of the diagnostics' occurrences
Repro
No response
The text was updated successfully, but these errors were encountered: