diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 113c4d1..e1abaaf 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -160,6 +160,7 @@ groups.setup = function() VisualNOS = { link = "Visual" }, Search = { fg = colors.yellow, bg = colors.bg0, reverse = config.inverse }, IncSearch = { fg = colors.orange, bg = colors.bg0, reverse = config.inverse }, + CurSearch = { link = "IncSeach" }, QuickFixLine = { fg = colors.bg0, bg = colors.yellow, bold = config.bold }, Underlined = { fg = colors.blue, underline = config.underline }, StatusLine = { fg = colors.bg2, bg = colors.fg1, reverse = config.inverse }, |
