fix: indentation

This commit is contained in:
Devin 2021-09-28 22:09:07 +08:00 committed by GitHub
commit f0e23f05aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,7 +342,7 @@ theme.plugins = {
CmpItemKind = { fg = p.iris }, CmpItemKind = { fg = p.iris },
CmpItemAbbr = { fg = p.subtle }, CmpItemAbbr = { fg = p.subtle },
CmpItemAbbrMatch = { fg = p.text, style = 'bold' }, CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' }, CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' }, CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },
} }