Add orgmode
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user