600 current 2024-05-14 17:55:37 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 17:55:41 -04:00
parent 847856ea97
commit b2b8b75e7a
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -1,39 +1,39 @@
return {
{
"nvim-neorg/neorg",
dependencies = { "luarocks.nvim" },
lazy = false,
version = "*",
config = function()
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
dev = "~/notes",
},
default_workspace = "dev",
index = "index.norg",
},
},
["core.completion"] = {
config = {
engine = "nvim-cmp",
},
},
["core.keybinds"] = {},
["core.ui.calendar"] = {},
["core.export"] = {},
["core.looking-glass"] = {},
["core.qol.toc"] = {},
["core.qol.todo_items"] = {},
["core.esupports.hop"] = {},
["core.esupports.indent"] = {},
["core.summary"] = {},
},
})
end,
},
-- {
-- "nvim-neorg/neorg",
-- dependencies = { "luarocks.nvim" },
-- lazy = false,
-- version = "*",
-- config = function()
-- require("neorg").setup({
-- load = {
-- ["core.defaults"] = {},
-- ["core.concealer"] = {},
-- ["core.dirman"] = {
-- config = {
-- workspaces = {
-- dev = "~/notes",
-- },
-- default_workspace = "dev",
-- index = "index.norg",
-- },
-- },
-- ["core.completion"] = {
-- config = {
-- engine = "nvim-cmp",
-- },
-- },
-- ["core.keybinds"] = {},
-- ["core.ui.calendar"] = {},
-- ["core.export"] = {},
-- ["core.looking-glass"] = {},
-- ["core.qol.toc"] = {},
-- ["core.qol.todo_items"] = {},
-- ["core.esupports.hop"] = {},
-- ["core.esupports.indent"] = {},
-- ["core.summary"] = {},
-- },
-- })
-- end,
-- },
}