aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorЕгор Мартынов <48406064+mrtnvgr@users.noreply.github.com>2023-03-20 20:58:11 +0700
committerGitHub <noreply@github.com>2023-03-20 10:58:11 -0300
commit488acf89979463d3ab77f8a5d35a11a2c809ac19 (patch)
treecb0916ecb47552971880825115a51794ada0ec2f /lua
parent035f8a35d7e08833e75720feeff11f3461c80903 (diff)
downloadgruvbox-488acf89979463d3ab77f8a5d35a11a2c809ac19.tar.gz
gruvbox-488acf89979463d3ab77f8a5d35a11a2c809ac19.tar.xz
feat: add `NoiceCursor` highlight group (#217)
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index 6fd3b6e..73ba4bd 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -782,6 +782,8 @@ M.setup = function()
CarbonIndicator = { link = "GruvboxGray" },
CarbonDanger = { link = "GruvboxRed" },
CarbonPending = { link = "GruvboxYellow" },
+ -- noice.nvim
+ NoiceCursor = { link = "TermCursor" },
}
for group, hl in pairs(config.overrides) do