dependencies = {
"nvim-lua/plenary.nvim",
"luarocks.nvim",
- { "nvim-cmp",
- opts = function(_, opts)
- table.insert(opts.sources, { name = "neorg" })
- end,
- },
},
opts = {
load = {
end,
},
},
- ["core.completion"] = {
- config = {
- engine = "nvim-cmp",
- }
- },
["core.summary"] = {
config = {
strategy = "by_path",