fix: Remove subtle hl for CmpItemKinds

This commit is contained in:
danymat 2021-12-01 00:17:43 +01:00
commit 9f4c6c3016

View file

@ -420,8 +420,6 @@ theme.plugins = {
CmpItemKindFunction = { fg = p.iris }, CmpItemKindFunction = { fg = p.iris },
CmpItemKindMethod = { fg = p.iris }, CmpItemKindMethod = { fg = p.iris },
CmpItemKindSnippet = { fg = p.iris }, CmpItemKindSnippet = { fg = p.iris },
CmpItemKindKeyword = { fg = p.subtle },
CmpItemKindText = { fg = p.subtle },
-- neogit -- neogit
-- https://github.com/TimUntersberger/neogit -- https://github.com/TimUntersberger/neogit