diff --git a/lua/plugins/trouble.lua b/lua/plugins/trouble.lua index 47db689..af5f4c5 100644 --- a/lua/plugins/trouble.lua +++ b/lua/plugins/trouble.lua @@ -33,14 +33,14 @@ return { open_folds = { "zR", "zr" }, -- open all folds toggle_fold = { "zA", "za" }, -- toggle fold of current file previous = "k", -- previous item - next = "j" -- next item + next = "j" -- next item }, indent_lines = true, -- add an indent guide below the fold icons - auto_open = false, -- automatically open the list when you have diagnostics - auto_close = true, -- automatically close the list when you have no diagnostics + auto_open = false, -- automatically open the list when you have diagnostics + auto_close = true, -- automatically close the list when you have no diagnostics auto_preview = false, -- automatically preview the location of the diagnostic. to close preview and go back to last window - auto_fold = false, -- automatically fold a file trouble list at creation - auto_jump = {}, -- for the given modes, automatically jump if there is only a single result + auto_fold = false, -- automatically fold a file trouble list at creation + auto_jump = { "lsp_definitions" }, -- for the given modes, automatically jump if there is only a single result signs = { -- icons / text used for a diagnostic error = "",