Open Trouble folds by default

This commit is contained in:
Evie Litherland-Smith 2022-11-18 14:56:05 +00:00
parent 396bb3e576
commit f59b358925

View file

@ -30,7 +30,7 @@ require('trouble').setup {
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_open = true, -- automatically open the list when you have diagnostics
auto_close = true, -- automatically close the list when you have no diagnostics
auto_preview = true, -- automatically preview the location of the diagnostic. <esc> to close preview and go back to last window
auto_fold = true, -- automatically fold a file trouble list at creation