You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the FAQ and my bug is not listed there.
Description
When working in a Neorg file, when I try to run :Neorg generate-workspace-summary the following error is displayed.
Error executing Lua callback: ....10.2/share/nvim/runtime/lua/vim/treesitter/language.lua:0: no parser for 'norg_meta' language, see :help treesitter-parsers
stack traceback:
[C]: in function 'error'
....10.2/share/nvim/runtime/lua/vim/treesitter/language.lua: in function 'add'
...d-0.10.2/share/nvim/runtime/lua/vim/treesitter/query.lua: in function ''
...iled-0.10.2/share/nvim/runtime/lua/vim/func/_memoize.lua: in function 'ts_parse_query'
...ua/neorg/modules/core/integrations/treesitter/module.lua: in function 'get_document_metadata'
...es/start/neorg/lua/neorg/modules/core/summary/module.lua: in function <...es/start/neorg/lua/neorg/modules/core/summary/module.lua:0>
...ck/myNeovimPackages/start/neorg/lua/neorg/core/utils.lua: in function 'read_files'
...es/start/neorg/lua/neorg/modules/core/summary/module.lua: in function 'strategy'
...es/start/neorg/lua/neorg/modules/core/summary/module.lua: in function 'generate_workspace_summary'
...es/start/neorg/lua/neorg/modules/core/summary/module.lua: in function 'on_event'
.../myNeovimPackages/start/neorg/lua/neorg/core/modules.lua: in function 'broadcast_event'
...s/start/neorg/lua/neorg/modules/core/neorgcmd/module.lua: in function <...s/start/neorg/lua/neorg/modules/core/neorgcmd/module.lua:0>
Ahh, that issue is marked as closed, which is why I missed it.
Seems the original poster closed it after finding a workaround. The underlying issue is still present. I guess this ticket can "take over" as the tracking issue.
treesitter
neorg
unstable
unstable
Description
When working in a Neorg file, when I try to run
:Neorg generate-workspace-summary
the following error is displayed.Minimal, Reproducible Example (MRE)
The text was updated successfully, but these errors were encountered: