]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/productivity.lua
nvim: remove nvim-treesitter dependencies from orgmode
[dotfiles.git] / nvim / lua / plugins / productivity.lua
index ecae57ba3b284a9da943688dfe3bb89743110da0..e64680674b191c34f13ac0c198b5d030b0a2429e 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,
   },
   { "nvim-neorg/neorg",
     lazy = false,