]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/productivity.lua
nvim: don't quit nvim from dashboard
[dotfiles.git] / nvim / lua / plugins / productivity.lua
index ecae57ba3b284a9da943688dfe3bb89743110da0..8b91501985ecfe91394270b2f763902670bd1719 100644 (file)
@@ -98,21 +98,6 @@ SCHEDULED: %t
         },
       },
     },
-    dependencies = {
-      {
-        "nvim-treesitter",
-        opts = function(_, opts)
-          if type(opts.highlight) == "table" then
-            opts.hightlight = vim.tbl_extend("error", opts.highlight, {
-              additional_vim_regex_highlighting = { "org" },
-            })
-          end
-          if type(opts.ensure_installed) == "table" then
-            vim.list_extend(opts.ensure_installed, { "org" })
-          end
-        end,
-      },
-    },
   },
   { "nvim-neorg/neorg",
     lazy = false,
@@ -120,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 = {
@@ -151,11 +131,6 @@ SCHEDULED: %t
             end,
           },
         },
-        ["core.completion"] = {
-          config = {
-            engine = "nvim-cmp",
-          }
-        },
         ["core.summary"] = {
           config = {
             strategy = "by_path",