From fe358daaa866d155d69996e3c9b36a23d934d365 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 27 Jan 2025 22:43:51 +0000 Subject: [PATCH] nvim: remove nvim-cmp from neorg completion It has been removed in favour of blink in LazyVim. I will have to investigate whether I will keep this change. --- nvim/lua/plugins/productivity.lua | 10 ---------- 1 file changed, 10 deletions(-) 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", -- 2.48.1