X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/155a052c953ce046932a5ed750f0753d87f641c5..fdd63454b51a35418ec23d3489cf20ae66a2299d:/nvim/lua/plugins/productivity.lua diff --git a/nvim/lua/plugins/productivity.lua b/nvim/lua/plugins/productivity.lua index e646806..8b91501 100644 --- a/nvim/lua/plugins/productivity.lua +++ b/nvim/lua/plugins/productivity.lua @@ -105,11 +105,6 @@ SCHEDULED: %t dependencies = { "nvim-lua/plenary.nvim", "luarocks.nvim", - { "nvim-cmp", - opts = function(_, opts) - table.insert(opts.sources, { name = "neorg" }) - end, - }, }, opts = { load = { @@ -136,11 +131,6 @@ SCHEDULED: %t end, }, }, - ["core.completion"] = { - config = { - engine = "nvim-cmp", - } - }, ["core.summary"] = { config = { strategy = "by_path",