mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
d6112a7c56
commit
8b1a2e73d2
2 changed files with 21 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue