mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-24 02:27:50 +02:00
checking markdown
This commit is contained in:
parent
fa75ae924a
commit
54c8e04705
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user