]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: remove nvim-cmp from neorg completion
authorSamir Benmendil <me@rmz.io>
Mon, 27 Jan 2025 22:43:51 +0000 (22:43 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 27 Jan 2025 22:43:51 +0000 (22:43 +0000)
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

index e64680674b191c34f13ac0c198b5d030b0a2429e..8b91501985ecfe91394270b2f763902670bd1719 100644 (file)
@@ -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",