fix neorg so it works on v8.0.0 and make headlines stop overriding the
neorg header bullet points
This commit is contained in:
@ -12,7 +12,8 @@ headlines.setup {
|
||||
"@neorg.headings.4.title",
|
||||
"@neorg.headings.5.title",
|
||||
"@neorg.headings.6.title"
|
||||
}
|
||||
},
|
||||
bullets = { "", "", "", "" }
|
||||
},
|
||||
markdown = {
|
||||
headline_highlights = {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user