fix neorg so it works on v8.0.0 and make headlines stop overriding the

neorg header bullet points
This commit is contained in:
2024-04-08 18:33:13 -04:00
parent 17a4457c0e
commit ede5c88c6e
3 changed files with 33 additions and 7 deletions

View File

@ -12,7 +12,8 @@ headlines.setup {
"@neorg.headings.4.title",
"@neorg.headings.5.title",
"@neorg.headings.6.title"
}
},
bullets = { "", "", "", "" }
},
markdown = {
headline_highlights = {

View File

@ -3,6 +3,13 @@ if not status_ok then
return
end
local status_ok2, luarocks = pcall(require, "luarocks-nvim")
if not status_ok2 then
return
end
luarocks.setup {}
local wsphome = (os.getenv("XDG_DOCUMENTS_DIR") or
(os.getenv("HOME").."/Documents")).."/notes/"
neorg.setup {