Replies: 1 comment
-
|
I get a similar error message using windows 11 (I use LazyVim) for the following command: and for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
on a macbook I get the following error when I issue: Neorg journal toc open:
11:12:21 msg_showcmd :
Error 11:12:32 msg_show.lua_error Neorg journal toc open Error executing vim.schedule lua callback: /opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: Buffer 4 must be loaded to create parser
stack traceback:
[C]: in function 'error'
/opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: in function 'get_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:922: in function 'get_ts_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:741: in function 'get_document_metadata'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:257: in function 'get_title'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:300: in function <...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:298>
Error 11:12:32 msg_show.lua_error Neorg journal toc open Error executing vim.schedule lua callback: /opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: Buffer 5 must be loaded to create parser
stack traceback:
[C]: in function 'error'
/opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: in function 'get_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:922: in function 'get_ts_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:741: in function 'get_document_metadata'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:257: in function 'get_title'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:300: in function <...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:298>
Error 11:12:35 msg_show.lua_error Neorg journal toc open Error executing vim.schedule lua callback: /opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: Buffer 6 must be loaded to create parser
stack traceback:
[C]: in function 'error'
/opt/local/share/nvim/runtime/lua/vim/treesitter.lua:104: in function 'get_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:922: in function 'get_ts_parser'
...ua/neorg/modules/core/integrations/treesitter/module.lua:741: in function 'get_document_metadata'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:257: in function 'get_title'
...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:300: in function <...vim/lazy/neorg/lua/neorg/modules/core/journal/module.lua:298>
11:12:35 msg_show.bufwrite Neorg journal toc open "
/notes/journal/index.norg"/notes/journal/index.norg" 0L, 0B11:12:35 msg_show.bufwrite Neorg journal toc open "
11:12:35 msg_show.bufwrite Neorg journal toc open "
/notes/journal/index.norg"/notes/journal/index.norg" 0L, 0B11:12:35 msg_show.bufwrite Neorg journal toc open "
11:12:35 msg_show.echomsg blink.cmp Downloading pre-built binary
11:12:35 msg_show.echomsg blink.cmp Downloaded pre-built binary successfully
Interestingly, the error does not occur on my DragonFlyBSD system .
Best regards,
Martin
Beta Was this translation helpful? Give feedback.
All reactions