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,26 +7,28 @@ return {
version = "*", version = "*",
config = function() config = function()
require("neorg").setup({ require("neorg").setup({
["core.defaults"] = {}, load = {
["core.concealer"] = {}, ["core.defaults"] = {},
["core.dirman"] = { ["core.concealer"] = {},
config = { ["core.dirman"] = {
workspaces = { config = {
dev = "~/notes", workspaces = {
dev = "~/notes",
},
index = "index.norg",
}, },
index = "index.norg",
}, },
["core.completion"] = {
engine = "nvim-cmp",
},
["core.ui.calendar"] = {},
["core.export"] = {},
["core.looking-glass"] = {},
["core.qol.toc"] = {},
["core.qol.todo_items"] = {},
["core.esupports.hop"] = {},
["core.esupports.indent"] = {},
}, },
["core.completion"] = {
engine = "nvim-cmp",
},
["core.ui.calendar"] = {},
["core.export"] = {},
["core.looking-glass"] = {},
["core.qol.toc"] = {},
["core.qol.todo_items"] = {},
["core.esupports.hop"] = {},
["core.esupports.indent"] = {},
}) })
end, end,
}, },