Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim hang on ~ and - #1572

Open
2 tasks done
drednoot opened this issue Sep 6, 2024 · 0 comments
Open
2 tasks done

Neovim hang on ~ and - #1572

drednoot opened this issue Sep 6, 2024 · 0 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@drednoot
Copy link

drednoot commented Sep 6, 2024

Prerequisites

  • I am using the latest stable release of Neovim
  • 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

@drednoot drednoot added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Sep 6, 2024
@drednoot drednoot changed the title Neovim crash on ~ and - Neovim hang on ~ and - Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

1 participant