Skip to content

doc: documentation update for core.qol.todo_items and lazy.nvim - #1810

Closed
VigneshR387 wants to merge 3 commits into
nvim-neorg:mainfrom
VigneshR387:main
Closed

doc: documentation update for core.qol.todo_items and lazy.nvim#1810
VigneshR387 wants to merge 3 commits into
nvim-neorg:mainfrom
VigneshR387:main

Conversation

@VigneshR387

Copy link
Copy Markdown

Changes

  • Add tree-sitter-norg as dedpendency for lazy.nvim installation
  • Add missing default keybinding for todo state "ambiguous"
  • fix typo <Plug>(neorg.qol.todo-items.todo.task-on_hold) to <Plug>(neorg.qol.todo-items.todo.task-on-hold)

@github-project-automation github-project-automation Bot moved this to added-updated-reopened in sorting neorg issue tracker Apr 13, 2026
@VigneshR387 VigneshR387 mentioned this pull request Apr 13, 2026
2 tasks
@VigneshR387 VigneshR387 changed the title doc: documentionation update for core.qol.todo_items and lazy.nvim doc: documentation update for core.qol.todo_items and lazy.nvim Apr 13, 2026
Comment thread README.md Outdated
Co-authored-by: max397574 <81827001+max397574@users.noreply.github.com>
@benlubas

Copy link
Copy Markdown
Contributor

The parser is a dependency in the rock spec. You don't need it here

You can reopen with just the keybind change.

@benlubas benlubas closed this Apr 13, 2026
@github-project-automation github-project-automation Bot moved this from added-updated-reopened to done in sorting neorg issue tracker Apr 13, 2026
@VigneshR387

Copy link
Copy Markdown
Author

I have submitted a PR #1811 for the keybinding changes. As for the parser, as mentioned in the #1808, Neorg fails to load the parser even though its installed through luarocks, most probably a loader order issue. To work around this, I had to explicitly declare the treesitter plugins as dependencies so lazy.nvim loads them before Neorg:

  dependencies = {
    'nvim-neorg/tree-sitter-norg',
    'nvim-neorg/tree-sitter-norg-meta',
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants