feat: add support for markdown.nvim (#303)

* feat: add support for markdown.nvim

* fix: tweaked some highlights to achieve better appearance

* fix: adjust heading highlights to use group linking
This commit is contained in:
Shaun Clayton 2024-07-24 17:29:39 -04:00 committed by GitHub
commit 8b1a2e73d2
2 changed files with 21 additions and 3 deletions

View file

@ -66,7 +66,7 @@ config.options = {
h3 = "rose",
h4 = "gold",
h5 = "pine",
h6 = "foam",
h6 = "leaf",
---@deprecated Replaced by `options.highlight_groups["Normal"]`
-- background = "base",