diff options
| author | ShellCode <ShellCode33@users.noreply.github.com> | 2023-08-16 20:24:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 17:24:36 -0300 |
| commit | 6d409ee8af4e84d2327b4b5856f843b97a85a567 (patch) | |
| tree | 0b2a5e4eb1e9848eb6243a9189f1ec16eed76e2b | |
| parent | 353be593e52e2008ce17d61208668747dd557248 (diff) | |
| download | gruvbox-6d409ee8af4e84d2327b4b5856f843b97a85a567.tar.gz gruvbox-6d409ee8af4e84d2327b4b5856f843b97a85a567.tar.xz | |
Add support for vim-illuminate plugin (#264)
| -rw-r--r-- | lua/gruvbox/groups.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 6e01858..decffa1 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -974,6 +974,10 @@ M.setup = function() NotifyWARNBorder = { link = "GruvboxYellow" }, NotifyWARNIcon = { link = "GruvboxYellow" }, NotifyWARNTitle = { link = "GruvboxYellow" }, + -- vim-illuminate + IlluminatedWordText = { link = "LspReferenceText" }, + IlluminatedWordRead = { link = "LspReferenceRead" }, + IlluminatedWordWrite = { link = "LspReferenceWrite" }, -- ts-rainbow2 (maintained fork) TSRainbowRed = { fg = colors.red }, |
