trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

bug: column value outside of range

Open RomaLzhih opened this issue 2 years ago • 0 comments

Did you check docs and existing issues?

  • [X] I have read all the trouble.nvim docs
  • [X] I have searched the existing issues of trouble.nvim
  • [X] I have searched the existing issues of plugins related to this issue

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

RomaLzhih avatar Dec 07 '23 21:12 RomaLzhih