Update 2024-05-23

This commit is contained in:
Kristofers Solo
2024-05-23 12:26:18 +03:00
parent a39793d744
commit 772a83c24f
50 changed files with 832 additions and 319 deletions

View File

@@ -1,9 +1,10 @@
return {
"nvim-neorg/neorg",
dependencies = {
"vhyrro/luarocks.nvim",
{ "vhyrro/luarocks.nvim", config = true },
},
-- cmd = { "Neorg" },
lazy = false,
version = "*",
ft = "norg",
opts = {
@@ -24,7 +25,8 @@ return {
name = "[Neorg]",
},
},
["core.export.markdown"] = {},
["core.export"] = {},
-- ["core.export.markdown"] = {},
["core.summary"] = {
config = {
strategy = "default",