X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/97983e2bdd0856a0105a02379d79fcff344f2854..155a052c953ce046932a5ed750f0753d87f641c5:/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,