diff --git a/dots/.config/nvim/lua/plugins/configs/cmp.lua b/dots/.config/nvim/lua/plugins/configs/cmp.lua index a27f122a..274bc73d 100644 --- a/dots/.config/nvim/lua/plugins/configs/cmp.lua +++ b/dots/.config/nvim/lua/plugins/configs/cmp.lua @@ -240,7 +240,7 @@ return { side_padding = 0, }, }, - experimental = { ghost_text = { hl_group = "Comment" }, native_menu = false }, + experimental = { ghost_text = { hl_group = "CmpGhostText" }, native_menu = false }, snippet = { -- REQUIRED - you must specify a snippet engine expand = function(args) diff --git a/dots/.config/nvim/lua/plugins/configs/kanagawa.lua b/dots/.config/nvim/lua/plugins/configs/kanagawa.lua index f8058188..4f3fcc1c 100644 --- a/dots/.config/nvim/lua/plugins/configs/kanagawa.lua +++ b/dots/.config/nvim/lua/plugins/configs/kanagawa.lua @@ -76,6 +76,7 @@ return { NeogitNotificationError = { fg = colors.samuraiRed, bold = true }, menuSel = { bg = colors.sumiInk0, fg = "NONE" }, Pmenu = { fg = colors.fujiWhite, bg = colors.sumiInk2 }, + CmpGhostText = { fg = colors.boatYellow1, italic = true }, CmpItemAbbrDeprecated = { fg = colors.fujiGray, bg = "NONE" }, CmpItemAbbrMatch = { fg = colors.crystalBlue, bg = "NONE" }, CmpItemAbbrMatchFuzzy = { fg = colors.crystalBlue, bg = "NONE" },