X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/37b121800b246a9c052706131876abad8404b663..9849a8cd393e785763a75cab1ecc7f826ab90af3:/nvim/lua/plugins/productivity.lua diff --git a/nvim/lua/plugins/productivity.lua b/nvim/lua/plugins/productivity.lua index ecae57b..e646806 100644 --- a/nvim/lua/plugins/productivity.lua +++ b/nvim/lua/plugins/productivity.lua @@ -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,