-
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
bugIssues related to bugs. Please attach a severity, a priority and category with this label.Issues related to bugs. Please attach a severity, a priority and category with this label.
Description
Prerequisites
- I am using the latest stable release of Neovim
- I am using the latest version of the plugin
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
timhugh, Jontos, edwarmv, hardfau1t, mmmsalmon and 1 more
Metadata
Metadata
Assignees
Labels
bugIssues related to bugs. Please attach a severity, a priority and category with this label.Issues related to bugs. Please attach a severity, a priority and category with this label.