feat: set quickfix as default toggle

This commit is contained in:
fiplox 2023-01-28 15:25:00 +01:00
parent b4c5601387
commit 1c8280788f
1 changed files with 1 additions and 1 deletions

View File

@ -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