diff options
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/headlines.lua | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/after/plugin/headlines.lua b/after/plugin/headlines.lua index 5ecacda..fbb7146 100644 --- a/after/plugin/headlines.lua +++ b/after/plugin/headlines.lua @@ -12,6 +12,16 @@ headlines.setup { "@neorg.headings.4.title", "@neorg.headings.5.title", "@neorg.headings.6.title" - }, + } + }, + markdown = { + headline_highlights = { + "@neorg.headings.1.title", + "@neorg.headings.2.title", + "@neorg.headings.3.title", + "@neorg.headings.4.title", + "@neorg.headings.5.title", + "@neorg.headings.6.title" + } }, } |