Andrei Yermakovich
Results
1
comments of
Andrei Yermakovich
I made the same behaviour in my config without changes in trouble.nvim ``` local next_skip_groups = function() require("trouble").next({ skip_groups = true }); end local previous_skip_groups = function() require("trouble").previous({ skip_groups =...