Skip to content

Commit

Permalink
feat: highlight codeium same as copilot suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekjaszczak committed Mar 6, 2025
1 parent 013c415 commit cb5b178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/finale/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function M.get_highlights(theme)
BlinkCmpSignatureHelpBorder = { link = "FloatBorder" },
BlinkCmpSignatureHelpActiveParameter = { bg = theme.diag.warn.fg, fg = theme.ui.bg_neutral, bold = true },

-- Codeium
CodeiumSuggestion = { fg = theme.suggestions },

-- Copilot
CopilotAnnotation = { fg = theme.suggestions },
CopilotSuggestion = { fg = theme.suggestions },
Expand Down

0 comments on commit cb5b178

Please sign in to comment.