diff options
Diffstat (limited to 'after/plugin/headlines.lua')
-rw-r--r-- | after/plugin/headlines.lua | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/after/plugin/headlines.lua b/after/plugin/headlines.lua deleted file mode 100644 index b7b93ee..0000000 --- a/after/plugin/headlines.lua +++ /dev/null @@ -1,28 +0,0 @@ -local status_ok, headlines = pcall(require, "headlines") -if not status_ok then - return -end - -headlines.setup { - norg = { - 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" - }, - bullets = { "", "", "", "" }, - }, - 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" - } - }, -} |