Skip to content

Commit c7f666c

Browse files
committed
fix: always show cursorline and reset to line for popupmenu. Fixes #239
1 parent 078cbd9 commit c7f666c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/noice/config/views.lua

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ M.defaults = {
3939
-- min_width = 10,
4040
},
4141
win_options = {
42+
cursorline = true,
43+
cursorlineopt = "line",
4244
winhighlight = {
4345
Normal = "NoicePopupmenu", -- change to NormalFloat to make it look like other floats
4446
FloatBorder = "NoicePopupmenuBorder", -- border highlight

0 commit comments

Comments
 (0)