Skip to content

Commit

Permalink
feat: make multiline the default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 22, 2023
1 parent aa02004 commit 1f2eb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ Trouble comes with the following defaults:
previous = "k", -- previous item
next = "j" -- next item
},
multiline = false, -- render multi-line messages
multiline = true, -- render multi-line messages
indent_lines = true, -- add an indent guide below the fold icons
auto_open = false, -- automatically open the list when you have diagnostics
auto_close = false, -- automatically close the list when you have no diagnostics
Expand Down
2 changes: 1 addition & 1 deletion lua/trouble/config.lua
Expand Up @@ -42,7 +42,7 @@ local defaults = {
previous = "k", -- preview item
next = "j", -- next item
},
multiline = false, -- render multi-line messages
multiline = true, -- render multi-line messages
indent_lines = true, -- add an indent guide below the fold icons
auto_open = false, -- automatically open the list when you have diagnostics
auto_close = false, -- automatically close the list when you have no diagnostics
Expand Down

0 comments on commit 1f2eb71

Please sign in to comment.