diff --git a/lua/plugins/trouble.lua b/lua/plugins/trouble.lua index 98ddc21..d67ff9f 100644 --- a/lua/plugins/trouble.lua +++ b/lua/plugins/trouble.lua @@ -14,7 +14,7 @@ function M.config() height = 10, -- height of the trouble list when position is top or bottom width = 50, -- width of the list when position is left or right icons = false, -- use devicons for filenames - mode = 'document_diagnostics', -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist" + mode = 'quickfix', -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist" fold_open = '', -- icon used for open folds fold_closed = '', -- icon used for closed folds group = true, -- group results by file