Skip to content

Commit

Permalink
fix(window): set cursorlineopt for the trouble window. Fixes #356
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 116a121 commit 4c07228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/view/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ local minimal = {
wo = {
cursorcolumn = false,
cursorline = true,
cursorlineopt = "both",
fillchars = "eob: ",
foldcolumn = "0",
foldenable = false,
Expand Down

0 comments on commit 4c07228

Please sign in to comment.