mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: Add neovim :checkhealth highlight groups (#100)
This commit is contained in:
parent
3723a16f99
commit
69dca24ba7
1 changed files with 5 additions and 0 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue