Skip to content

Commit

Permalink
Add support for vim-illuminate plugin (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellCode33 committed Aug 16, 2023
1 parent 353be59 commit 6d409ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/gruvbox/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 6d409ee

Please sign in to comment.