Add orgmode

This commit is contained in:
2023-09-15 20:13:57 +02:00
parent 360131788a
commit 3432c8f20e
3 changed files with 29 additions and 1 deletions
+4
View File
@@ -222,6 +222,10 @@ local plugins = {
},
config = function () require("plugins.config.noice") end,
},
{
"nvim-orgmode/orgmode",
config = function () require("plugins.config.orgmode") end,
},
}
local opts = {}