fix(nvim): update neorg configs to be compliant with latest versions
This commit is contained in:
parent
8627093bc2
commit
1572f1b742
@ -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 = {},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user