vim: all support for 'hrsh7th/nvim-cmp' to solarized colorscheme

This commit is contained in:
Fernando Schauenburg 2023-07-09 12:21:46 +02:00
parent ed55331041
commit 61ea57bc6c

View file

@ -407,6 +407,16 @@ M.highlights = function()
TelescopeMultiSelection = { fg = C.green }, TelescopeMultiSelection = { fg = C.green },
TelescopeMultiIcon = { fg = C.green }, TelescopeMultiIcon = { fg = C.green },
}, },
-- 'hrsh7th/nvim-cmp'
nvim_cmp = {
CmpItemAbbr = { link = 'Comment' },
CmpItemAbbrDeprecated = { link = 'Error' },
CmpItemAbbrMatch = { fg = C.base2 },
CmpItemAbbrMatchFuzzy = { fg = C.base2 },
CmpItemKind = { fg = C.violet },
CmpItemMenu = { fg = C.base01, italic = true },
},
} }
end end