nvim: remove weird markdown highlight

This commit is contained in:
thomasabishop 2024-05-03 14:26:15 +01:00
parent 2a1d628510
commit 02f6b1356a

View file

@ -19,4 +19,3 @@ update_hl("markdownH2", { bold = true })
update_hl("markdownH3", { bold = true }) update_hl("markdownH3", { bold = true })
update_hl("markdownH4", { bold = true }) update_hl("markdownH4", { bold = true })
update_hl("markdownH5", { bold = true }) update_hl("markdownH5", { bold = true })