From de4e3380575acc1bc9a349d32f028301dea54dcd Mon Sep 17 00:00:00 2001 From: Xun <58657914+eeeXun@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:38:48 +0800 Subject: feat: add cmp missing highlight (#238) --- lua/gruvbox/groups.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 834c9d4..b7a2d9d 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -378,9 +378,11 @@ M.setup = function() CmpItemAbbrMatchFuzzy = { link = "GruvboxBlueUnderline" }, CmpItemMenu = { link = "GruvboxGray" }, CmpItemKindText = { link = "GruvboxOrange" }, + CmpItemKindVariable = { link = "GruvboxOrange" }, CmpItemKindMethod = { link = "GruvboxBlue" }, CmpItemKindFunction = { link = "GruvboxBlue" }, CmpItemKindConstructor = { link = "GruvboxYellow" }, + CmpItemKindUnit = { link = "GruvboxBlue" }, CmpItemKindField = { link = "GruvboxBlue" }, CmpItemKindClass = { link = "GruvboxYellow" }, CmpItemKindInterface = { link = "GruvboxYellow" }, @@ -388,9 +390,14 @@ M.setup = function() CmpItemKindProperty = { link = "GruvboxBlue" }, CmpItemKindValue = { link = "GruvboxOrange" }, CmpItemKindEnum = { link = "GruvboxYellow" }, + CmpItemKindOperator = { link = "GruvboxYellow" }, CmpItemKindKeyword = { link = "GruvboxPurple" }, + CmpItemKindEvent = { link = "GruvboxPurple" }, + CmpItemKindReference = { link = "GruvboxPurple" }, + CmpItemKindColor = { link = "GruvboxPurple" }, CmpItemKindSnippet = { link = "GruvboxGreen" }, CmpItemKindFile = { link = "GruvboxBlue" }, + CmpItemKindFolder = { link = "GruvboxBlue" }, CmpItemKindEnumMember = { link = "GruvboxAqua" }, CmpItemKindConstant = { link = "GruvboxOrange" }, CmpItemKindStruct = { link = "GruvboxYellow" }, -- cgit v1.2.3