600 current 2024-05-14 17:55:37 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
847856ea97
commit
b2b8b75e7a
1 changed files with 37 additions and 37 deletions
|
|
@ -1,39 +1,39 @@
|
||||||
return {
|
return {
|
||||||
{
|
-- {
|
||||||
"nvim-neorg/neorg",
|
-- "nvim-neorg/neorg",
|
||||||
dependencies = { "luarocks.nvim" },
|
-- dependencies = { "luarocks.nvim" },
|
||||||
lazy = false,
|
-- lazy = false,
|
||||||
version = "*",
|
-- version = "*",
|
||||||
config = function()
|
-- config = function()
|
||||||
require("neorg").setup({
|
-- require("neorg").setup({
|
||||||
load = {
|
-- load = {
|
||||||
["core.defaults"] = {},
|
-- ["core.defaults"] = {},
|
||||||
["core.concealer"] = {},
|
-- ["core.concealer"] = {},
|
||||||
["core.dirman"] = {
|
-- ["core.dirman"] = {
|
||||||
config = {
|
-- config = {
|
||||||
workspaces = {
|
-- workspaces = {
|
||||||
dev = "~/notes",
|
-- dev = "~/notes",
|
||||||
},
|
-- },
|
||||||
default_workspace = "dev",
|
-- default_workspace = "dev",
|
||||||
index = "index.norg",
|
-- index = "index.norg",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
["core.completion"] = {
|
-- ["core.completion"] = {
|
||||||
config = {
|
-- config = {
|
||||||
engine = "nvim-cmp",
|
-- engine = "nvim-cmp",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
["core.keybinds"] = {},
|
-- ["core.keybinds"] = {},
|
||||||
["core.ui.calendar"] = {},
|
-- ["core.ui.calendar"] = {},
|
||||||
["core.export"] = {},
|
-- ["core.export"] = {},
|
||||||
["core.looking-glass"] = {},
|
-- ["core.looking-glass"] = {},
|
||||||
["core.qol.toc"] = {},
|
-- ["core.qol.toc"] = {},
|
||||||
["core.qol.todo_items"] = {},
|
-- ["core.qol.todo_items"] = {},
|
||||||
["core.esupports.hop"] = {},
|
-- ["core.esupports.hop"] = {},
|
||||||
["core.esupports.indent"] = {},
|
-- ["core.esupports.indent"] = {},
|
||||||
["core.summary"] = {},
|
-- ["core.summary"] = {},
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
end,
|
-- end,
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue