mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: undercurl for diagnostics
This commit is contained in:
parent
07a3b91306
commit
3909ae2ee5
1 changed files with 6 additions and 0 deletions
|
|
@ -142,6 +142,12 @@ local options = {
|
||||||
NeoTestWatching = { fg = colors.yellow },
|
NeoTestWatching = { fg = colors.yellow },
|
||||||
NeoTestMarked = { fg = colors.orange },
|
NeoTestMarked = { fg = colors.orange },
|
||||||
|
|
||||||
|
-- Diagnostics
|
||||||
|
DiagnosticUnderlineInfo = { style = {"undercurl"} },
|
||||||
|
DiagnosticUnderlineHint = { style = {"undercurl"} },
|
||||||
|
DiagnosticUnderlineWarn = { style = {"undercurl"} },
|
||||||
|
DiagnosticUnderlineError = { style = {"undercurl"} },
|
||||||
|
|
||||||
-- Markdown rendering
|
-- Markdown rendering
|
||||||
RenderMarkdownCode = { bg = colors.crust },
|
RenderMarkdownCode = { bg = colors.crust },
|
||||||
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue