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

Incorrect parsing of chained detached modifier extensions when pending present #1531

Open
2 tasks done
youngnix opened this issue Jul 21, 2024 · 0 comments
Open
2 tasks done
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@youngnix
Copy link

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

v0.10.0

Neorg setup

	{
		"nvim-neorg/neorg",
		lazy = false,
		version = "*",
		main = "neorg",
		opts = {
			load = {
				["core.defaults"] = {},
				["core.export"] = {},
				["core.summary"] = {},
				["core.text-objects"] = {},
				["core.export.markdown"] = {
					config = {
						extensions = "all",
					},
				},
				["core.integrations.telescope"] = {
					config = {
						insert_file_link = {
							show_title_preview = true,
						},
					}
				},
				["core.concealer"] = {
					config = {
						folds = false,
					},
				},
				["core.completion"] = {
					config = {
						engine = "nvim-cmp",
					},
				},
				["core.dirman"] = {
					config = {
						name_notes = false,
						workspaces = {
							notes = "~/Notes",
						},
						default_workspace = "notes",
					},
				},
			},
		}
	},

Actual behavior

Chained detached modifier extensions will be considered a paragraph segment after a 'pending' todo state is found

Expected behavior

Chained detached modifier extensions are properly interpreted

Steps to reproduce

2024-07-21_18-53

Potentially conflicting plugins

No response

Other information

No response

Help

No

Implementation help

No response

@youngnix youngnix added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Jul 21, 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