From 54c8e04705afa38bcbde471d00969a74f21e837f Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 7 Feb 2024 05:25:26 +0100 Subject: [PATCH] checking markdown --- lua/tccs/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/tccs/theme.lua b/lua/tccs/theme.lua index bedcc98..092c709 100644 --- a/lua/tccs/theme.lua +++ b/lua/tccs/theme.lua @@ -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