trouble.nvim
trouble.nvim copied to clipboard
bug: column value outside of range
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:
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