Add neorg

This commit is contained in:
2023-09-04 03:43:36 +02:00
parent 3f5579b350
commit 8df1c0eaac
2 changed files with 42 additions and 0 deletions
+5
View File
@@ -182,6 +182,11 @@ local plugins = {
"stevearc/aerial.nvim",
config = function () require("config.aerial") end,
},
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
config = function () require("config.neorg") end,
},
}
local opts = {}