From cb5b178d4467fdfe7f56579038faf5385119580d Mon Sep 17 00:00:00 2001 From: Bartek Jaszczak Date: Thu, 6 Mar 2025 21:08:44 +0100 Subject: [PATCH] feat: highlight codeium same as copilot suggestions --- lua/finale/highlights/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/finale/highlights/plugins.lua b/lua/finale/highlights/plugins.lua index 66a294f..5e01c38 100755 --- a/lua/finale/highlights/plugins.lua +++ b/lua/finale/highlights/plugins.lua @@ -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 },