folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.45k stars 177 forks source link

bug: column value outside of range #364

Closed RomaLzhih closed 6 months ago

RomaLzhih commented 10 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.10.0

Operating system/version

Centos 8

Describe the bug

When I move within trouble pane, it throws an error message as follows:

Weixin Screenshot_20231207134927

Steps To Reproduce

I use Nvchad as distribution and add following code in custom/plugins:

{
 "folke/trouble.nvim",
 dependencies = { "nvim-tree/nvim-web-devicons" },
 opts = {
  -- your configuration comes here
  -- or leave it empty to use the default settings
  -- refer to the configuration section below
 },
}

Expected Behavior

No error message shows.

Repro

No response

folke commented 6 months ago

Development on the main branch is EOL.

Trouble has been rewritten and will be merged in main soon.

This issue/feature either no longer exists or has been implemented on dev.

For more info, see https://github.com/folke/trouble.nvim/tree/dev