-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Term link throws a treesitter query "invalid structure" error #733
Comments
Looks like I was using Neovim 0.8.1, I will try updating to 0.8.3 to see if it helps. Edit: it did not. |
Even after a successful compilation following the advice from nvim-neorg/tree-sitter-norg#7 (comment) the treesitter error persists :( |
Sorry for taking so long for a fix! Should be good now as of |
Thanks vhyrro! I really do appreciate all the work you do, so don't worry about it taking long! |
Prerequisites
0.0.12
tag or the latest compiled Neovim versionNeovim Version
v0.8.1
Neorg setup
require'neorg'.setup {
load = {
['core.defaults'] = {},
},
}
Actual behavior
$ Term
Lorem ipsum
{$ Term}
When pressing enter on a term link as written above, this error appears:
Expected behavior
Go to the term definition
Steps to reproduce
It happens in all of my files, even newly created ones
Potentially conflicting plugins
No response
Other information
MacOS !!
Help
None
Implementation help
No response
The text was updated successfully, but these errors were encountered: