mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: Add neovim :checkhealth highlight groups
This commit is contained in:
parent
3723a16f99
commit
ea88868e47
1 changed files with 5 additions and 0 deletions
|
|
@ -193,6 +193,11 @@ function M.get(config)
|
||||||
DiagnosticVirtualTextInfo = { fg = groups.info },
|
DiagnosticVirtualTextInfo = { fg = groups.info },
|
||||||
DiagnosticVirtualTextWarn = { fg = groups.warn },
|
DiagnosticVirtualTextWarn = { fg = groups.warn },
|
||||||
|
|
||||||
|
-- healthcheck
|
||||||
|
healthError = { fg = groups.error },
|
||||||
|
healthSuccess = { fg = groups.info },
|
||||||
|
healthWarning = { fg = groups.warn },
|
||||||
|
|
||||||
-- TSAttribute = {},
|
-- TSAttribute = {},
|
||||||
TSBoolean = { link = 'Boolean' },
|
TSBoolean = { link = 'Boolean' },
|
||||||
TSCharacter = { link = 'Character' },
|
TSCharacter = { link = 'Character' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue