]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/productivity.lua
nvim: remove nvim-cmp from neorg completion
[dotfiles.git] / 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",