chore: format with stylua

This commit is contained in:
danymat 2021-12-02 16:23:44 +01:00
commit e6e9fb3635

View file

@ -410,8 +410,8 @@ theme.plugins = {
-- nvim-cmp
-- https://github.com/hrsh7th/nvim-cmp
CmpItemKind = { fg = p.iris },
CmpItemMenu = { fg = p.subtle},
CmpItemAbbr = { fg = p.subtle },
CmpItemMenu = { fg = p.subtle },
CmpItemAbbr = { fg = p.subtle },
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },