From f35b13d669867209427449840ff0930a732591dc Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Nov 2023 21:38:31 -0500 Subject: more stuff too lazy to seperate --- after/plugin/headlines.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 after/plugin/headlines.lua (limited to 'after/plugin/headlines.lua') diff --git a/after/plugin/headlines.lua b/after/plugin/headlines.lua new file mode 100644 index 0000000..5ecacda --- /dev/null +++ b/after/plugin/headlines.lua @@ -0,0 +1,17 @@ +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" + }, + }, +} -- cgit v1.2.1