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 = "*",
|
||||
config = function()
|
||||
require("neorg").setup({
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
dev = "~/notes",
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue