trouble.nvim
trouble.nvim copied to clipboard
There seems to be something wrong with the quickfix window
neovim0.7 os:arch-wsl macos The cursor moves by itself, and two windows are opened.
I too encountered this problem
I got the same problem.
Same problem nvim 0.8.1
What helps is to turn the auto_preview off.
Have this problem as well. Tried some older commits which also have this same problem.
Same issue here :/
Same issue here.
I just encountered this issue too. To reproduce it:
- Download the files found here.
- Open Neovim in that directory, and run
:make
(assuming you havegcc
installed). - Open Trouble's quickfix list and go the last item.
Notice what happens:
https://github.com/folke/trouble.nvim/assets/62502207/4a3d064e-aad2-4d0d-a508-2032d1a5edd6
The error you see at the end is:
See also:
- https://github.com/folke/trouble.nvim/issues/87
- https://github.com/folke/trouble.nvim/issues/188
- https://github.com/folke/trouble.nvim/issues/336
The common thing in all the screen captures is when it says [1, 1]
.
https://github.com/folke/trouble.nvim/assets/721196/9800234f-2d20-4868-ab0a-c9bddd5be47a
My guess is that this happens whenever there's no exact line number or position associated with a given error, and then Trouble fills in a default value of [1, 1]
.
The troublesome line is marked as "BAD". When the cursor is hovered over it, everything goes haywire and the cursor starts moving right all on its own.