feat: Add neovim :checkhealth highlight groups (#100)

This commit is contained in:
Mi Yu 2022-10-03 10:39:52 -04:00 committed by GitHub
commit 69dca24ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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' },