summaryrefslogtreecommitdiffstats
path: root/after/plugin/headlines.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-04-08 18:33:13 -0400
committerSquibid <me@zacharyscheiman.com>2024-04-08 18:33:13 -0400
commitede5c88c6e451e14f94c56b7f301e9d1515e672d (patch)
tree2028146c0a9d93d8c0ca00569d7cdbc7761004f5 /after/plugin/headlines.lua
parent17a4457c0ecf531ba3060cbaeb8a062876d21a1a (diff)
downloadnvim-ede5c88c6e451e14f94c56b7f301e9d1515e672d.tar.gz
nvim-ede5c88c6e451e14f94c56b7f301e9d1515e672d.tar.bz2
nvim-ede5c88c6e451e14f94c56b7f301e9d1515e672d.zip
fix neorg so it works on v8.0.0 and make headlines stop overriding the
neorg header bullet points
Diffstat (limited to '')
-rw-r--r--after/plugin/headlines.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/after/plugin/headlines.lua b/after/plugin/headlines.lua
index fbb7146..be1ac57 100644
--- a/after/plugin/headlines.lua
+++ b/after/plugin/headlines.lua
@@ -12,7 +12,8 @@ headlines.setup {
"@neorg.headings.4.title",
"@neorg.headings.5.title",
"@neorg.headings.6.title"
- }
+ },
+ bullets = { "", "", "", "" }
},
markdown = {
headline_highlights = {