feat: Add neovim :checkhealth highlight groups

This commit is contained in:
Mi Yu 2022-10-03 09:25:33 -04:00
commit ea88868e47

View file

@ -193,6 +193,11 @@ function M.get(config)
DiagnosticVirtualTextInfo = { fg = groups.info },
DiagnosticVirtualTextWarn = { fg = groups.warn },
-- healthcheck
healthError = { fg = groups.error },
healthSuccess = { fg = groups.info },
healthWarning = { fg = groups.warn },
-- TSAttribute = {},
TSBoolean = { link = 'Boolean' },
TSCharacter = { link = 'Character' },