425 current 2024-04-19 01:04:57 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
b54c14aee8
commit
fd21efb0e7
1 changed files with 19 additions and 17 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue