X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/37b121800b246a9c052706131876abad8404b663..fdd63454b51a35418ec23d3489cf20ae66a2299d:/nvim/lua/plugins/productivity.lua diff --git a/nvim/lua/plugins/productivity.lua b/nvim/lua/plugins/productivity.lua index ecae57b..8b91501 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, @@ -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",