diff options
| author | Oskar Grunning <oskargrunning@gmail.com> | 2022-12-06 14:19:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 10:19:49 -0300 |
| commit | d2efdea91ec79e480e51d5149d58daa328633c43 (patch) | |
| tree | 7303ca550ae86bfd517fd4024d0e839c8bc16962 | |
| parent | b139fa542bc3dd7a84bd50de41ae7fbef77716e4 (diff) | |
| download | gruvbox-d2efdea91ec79e480e51d5149d58daa328633c43.tar.gz gruvbox-d2efdea91ec79e480e51d5149d58daa328633c43.tar.xz | |
chore: repair IncSearch linking for CurSearch (#189)
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index e1abaaf..eb54c59 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -160,7 +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" }, + CurSearch = { link = "IncSearch" }, 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 }, |
