Skip to content

Commit

Permalink
fix(preview): respect fold settings. Fixes #459
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 3, 2024
1 parent 13ad959 commit 29d1bb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/trouble/view/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ local minimal = {
cursorline = true,
cursorlineopt = "both",
fillchars = "eob: ",
foldcolumn = "0",
foldenable = false,
foldlevel = 99,
foldmethod = "manual",
list = false,
number = false,
relativenumber = false,
Expand Down

0 comments on commit 29d1bb8

Please sign in to comment.