feat: set quickfix as default toggle
This commit is contained in:
parent
b4c5601387
commit
1c8280788f
@ -14,7 +14,7 @@ function M.config()
|
|||||||
height = 10, -- height of the trouble list when position is top or bottom
|
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
|
width = 50, -- width of the list when position is left or right
|
||||||
icons = false, -- use devicons for filenames
|
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_open = '', -- icon used for open folds
|
||||||
fold_closed = '', -- icon used for closed folds
|
fold_closed = '', -- icon used for closed folds
|
||||||
group = true, -- group results by file
|
group = true, -- group results by file
|
||||||
|
Loading…
Reference in New Issue
Block a user