425 current 2024-04-19 01:04:57 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta

This commit is contained in:
zackartz 2024-04-19 01:04:58 -04:00
parent b54c14aee8
commit fd21efb0e7
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -7,6 +7,7 @@ return {
version = "*", version = "*",
config = function() config = function()
require("neorg").setup({ require("neorg").setup({
load = {
["core.defaults"] = {}, ["core.defaults"] = {},
["core.concealer"] = {}, ["core.concealer"] = {},
["core.dirman"] = { ["core.dirman"] = {
@ -27,6 +28,7 @@ return {
["core.qol.todo_items"] = {}, ["core.qol.todo_items"] = {},
["core.esupports.hop"] = {}, ["core.esupports.hop"] = {},
["core.esupports.indent"] = {}, ["core.esupports.indent"] = {},
},
}) })
end, end,
}, },