Merge pull request #110 from ichigozero/main

dev
Pocco81 3 years ago committed by GitHub
commit 24aba39629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" },

Loading…
Cancel
Save