From b66d9a335e2562ca2c4758c12e384a9e7491ff29 Mon Sep 17 00:00:00 2001 From: Gary Sentosa Date: Wed, 9 Mar 2022 15:02:35 +0900 Subject: [PATCH] fix: typo --- lua/catppuccin/core/integrations/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccin/core/integrations/cmp.lua b/lua/catppuccin/core/integrations/cmp.lua index 556c366..ebc8d9a 100644 --- a/lua/catppuccin/core/integrations/cmp.lua +++ b/lua/catppuccin/core/integrations/cmp.lua @@ -3,7 +3,7 @@ local M = {} function M.get(cp) return { CmpItemAbbr = { fg = cp.gray2 }, - CmpItemAbbrDeprecated = { fg = cp.gray0, stlye = "strikethrough" }, + CmpItemAbbrDeprecated = { fg = cp.gray0, style = "strikethrough" }, CmpItemKind = { fg = cp.blue }, CmpItemMenu = { fg = cp.white }, CmpItemAbbrMatch = { fg = cp.white, style = "bold" },