Skip to content

Commit

Permalink
fix: always show cursorline and reset to line for popupmenu. Fixes #239
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 24, 2022
1 parent 078cbd9 commit c7f666c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ M.defaults = {
-- min_width = 10,
},
win_options = {
cursorline = true,
cursorlineopt = "line",
winhighlight = {
Normal = "NoicePopupmenu", -- change to NormalFloat to make it look like other floats
FloatBorder = "NoicePopupmenuBorder", -- border highlight
Expand Down

0 comments on commit c7f666c

Please sign in to comment.