diff --git a/lua/config_plugins/config_trouble.lua b/lua/config_plugins/config_trouble.lua index 5bc15974..1d0ab1c0 100644 --- a/lua/config_plugins/config_trouble.lua +++ b/lua/config_plugins/config_trouble.lua @@ -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. to close preview and go back to last window auto_fold = true, -- automatically fold a file trouble list at creation