Prerequisites
Neovim Version
0.11.2
Neorg setup
return {
"nvim-neorg/neorg",
lazy = false,
version = "*",
opts = {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.concealer"] = { config = { folds = true, icon_preset = "varied" } }, -- Adds pretty icons to your documents
["core.keybinds"] = {
config = {
neorg_leader = ",",
},
},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
},
},
}
Actual behavior

Expected behavior
Should not throw errors
Steps to reproduce
Switch to main branch of nvim-treesitter and nvim-treesitter-textobjects
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response
Prerequisites
Neovim Version
0.11.2
Neorg setup
Actual behavior
Expected behavior
Should not throw errors
Steps to reproduce
Switch to
mainbranch of nvim-treesitter and nvim-treesitter-textobjectsPotentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response