checking markdown

This commit is contained in:
tiyn 2024-02-07 05:25:26 +01:00
parent fa75ae924a
commit 54c8e04705

View File

@ -286,6 +286,9 @@ theme.set_highlights = function(opts)
-- nvim-cursorword
hl(0, 'CursorWord', { underline = true })
-- markdown
hl(0, '@markup.heading', { fg = c.modified_fg, bold = true })
end
return theme