neorg
neorg copied to clipboard
Neovim hang on ~ and -
Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
Neovim Version
0.10.1
Neorg setup
require("neorg").setup {
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/Documents/neorg",
},
default_workspace = "notes",
},
},
},
}
Actual behavior
Whenever I try to type something like
~ -asdf~
neovim hangs the moment I type the second ~.
The text between - and ~ doesn't really matter (neovim hangs), but having no text i.e.
~ -~
doesn't hang neovim. Having no ordered list mark (~) in the beginning doesn't hang neovim either.
Expected behavior
Not hang. Discovered this by making a typo, so this was not very cool in the middle of the typing
Steps to reproduce
Try to type
~ -something~
on the new line
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response