Skip to content

Commit

Permalink
fix(views): dont highlight CurSearch for some views. Fixes #399
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 15, 2023
1 parent 283eee6 commit 0c493e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ M.defaults = {
winhighlight = {
Normal = "NoiceCmdline",
IncSearch = "",
CurSearch = "",
Search = "",
},
},
Expand All @@ -176,6 +177,7 @@ M.defaults = {
winhighlight = {
Normal = "NoiceMini",
IncSearch = "",
CurSearch = "",
Search = "",
},
},
Expand Down Expand Up @@ -204,6 +206,7 @@ M.defaults = {
Normal = "NoiceCmdlinePopup",
FloatBorder = "NoiceCmdlinePopupBorder",
IncSearch = "",
CurSearch = "",
Search = "",
},
cursorline = false,
Expand Down

0 comments on commit 0c493e5

Please sign in to comment.