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 got an error while trying to open a LaTeX file (.tex) in Neovim. The error message is as follows:
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /tmp/.mount_nvimiaKmhj/usr/share/nvim/runtime/filetype.lua:36: BufReadPost Autocommands for "*"..FileType
Autocommands for "*": Vim(append):tree-sitter CLI not found: `tree-sitter` is not executable!
stack traceback:
[C]: in function '_with'
/tmp/.mount_nvimiaKmhj/usr/share/nvim/runtime/filetype.lua:35: in function </tmp/.mount_nvimiaKmhj/usr/share/nvim/runtime/filet
ype.lua:10>
Press ENTER or type command to continue
I ran :checkhealth but did not see any errors reported.
Steps to Reproduce:
Open a LaTeX file (.tex) in Neovim.
Observe the error message.
Environment:
Neovim version: v0.11.0
Operating System: Debian 12 / Fedora 41
Additional Information:
It seems that the error is related to the tree-sitter not being found or not being executable. I would appreciate any guidance on how to resolve this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Description:
I got an error while trying to open a LaTeX file (.tex) in Neovim. The error message is as follows:
I ran
:checkhealth
but did not see any errors reported.Steps to Reproduce:
Environment:
Additional Information:
It seems that the error is related to the tree-sitter not being found or not being executable. I would appreciate any guidance on how to resolve this issue. Thank you.
The text was updated successfully, but these errors were encountered: