From: Samir Benmendil Date: Sun, 7 Apr 2024 08:15:18 +0000 (+0100) Subject: nvim: remove nvim-treesitter dependencies from orgmode X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/155a052c953ce046932a5ed750f0753d87f641c5?ds=inline nvim: remove nvim-treesitter dependencies from orgmode --- 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,