[X] I have searched the existing issues of trouble.nvim
[X] 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
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