X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e173809be5f033ce92e16e2969509e4e57d127b4..fe358daaa866d155d69996e3c9b36a23d934d365:/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",