},
},
},
- 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,
dependencies = {
"nvim-lua/plenary.nvim",
"luarocks.nvim",
- { "nvim-cmp",
- opts = function(_, opts)
- table.insert(opts.sources, { name = "neorg" })
- end,
- },
},
opts = {
load = {
end,
},
},
- ["core.completion"] = {
- config = {
- engine = "nvim-cmp",
- }
- },
["core.summary"] = {
config = {
strategy = "by_path",