fix(nvim): update neorg configs to be compliant with latest versions

This commit is contained in:
Price Hiller 2023-02-17 12:43:33 -06:00
parent 8627093bc2
commit 1572f1b742
2 changed files with 1 additions and 11 deletions

View File

@ -35,16 +35,5 @@ neorg.setup({
}, },
['core.integrations.telescope'] = {}, ['core.integrations.telescope'] = {},
['core.norg.qol.toc'] = {}, ['core.norg.qol.toc'] = {},
['core.gtd.base'] = {
config = {
workspace = 'default',
},
},
['core.gtd.ui'] = {
config = {},
},
['core.gtd.helpers'] = {
config = {},
},
}, },
}) })

View File

@ -529,6 +529,7 @@ lazy.setup({
-- Note Taking -- Note Taking
{ {
"nvim-neorg/neorg", "nvim-neorg/neorg",
build = ":Neorg sync-parsers",
config = function() config = function()
require("plugins.configs._neorg") require("plugins.configs._neorg")
end, end,