trouble.nvim
trouble.nvim copied to clipboard
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
I'm getting the following error when trying to send `:Telescope git_status` results to Trouble: ``` E5108: Error executing lua Vim:E5300: Expected a Number or a String stack traceback: [C]: in...
Greetings, Running `:make` and then `:Trouble quickfix` ends up opening more than on Trouble.nvim buffer(in which the cursor starts moving by itself, following the lines of the qflist) and, after...
`Trouble lsp_definitions` with `auto_jump` works fine, unless the Trouble window is already open. In that case, the Trouble window is focused instead.
When jumping with `Trouble lsp_definitions` having `auto_jump` enabled, the jump list is not taken into account. Pressing `` should take the cursor back to the original position; instead it goes...
Before: After: Thanks!
In `workspace_diagnostics` mode, there may have multiple file in troubls's list. It will be nice to use `J` and `K` to put cursor to next file and previous file, which...
Apologies if this is a dumb question, but I couldn't find a good answer while searching. Is it possible to wrap the text in the trouble diagnostics? Here's an example...
Hi, I love this plugin - thanks for writing and supporting it. I was hoping to get some help integrating Trouble with nvim-lint - right now, the linter issues don't...
Hi, Found your plugin today and ran into the following. First my config snippet: ``` use { "folke/trouble.nvim", config = function() require("trouble").setup { fold_open = "v", fold_closed = ">", indent_lines...
Sometimes working on a big code change, your LSP starts shouting at you. Many of these are often warnings, many more are hints. Often a single error in code will...