},
},
},
- 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,