Closed bugnano closed 1 year ago
Hi! Thanks for the report.
I'm unable to track down the problem at the moment. If you have a chance, could you try some of the recent daily builds to find when it stopped working? Maybe something changed upstream that we need to incorporate into the COPR build.
I found this as well, solved it by downgrading lib-treesitter, but looks like this will be fixed in the next nightly build https://github.com/neovim/neovim/pull/24607.
The bug has been fixed in the latest nightly build, so I think that this issue can be safely closed
Problem
I'm using the COPR version of neovim on Fedora 38 x86_64. Since a few days (I don't know when this problem started), tree-sitter highlighting stopped working, and now every file I open looks like plain text without any colours.
Steps to reproduce
nvim-treesitter/nvim-treesitter
plugin, configured to use all the parsers and highlighting enablednvim-treesitter/playground
plugin, in order to be able to use:TSHighlightCapturesUnderCursor
Expected behavior
I expect the file to be correctly highlighted, and if I run
:TSHighlightCapturesUnderCursor
, I expect to see something like:Instead, if I run
:TSHighlightCapturesUnderCursor
, I see:Note that with the exact same config, if I run the nightly appimage from the neovim GitHub, everything works perfectly.
Neovim version (nvim -v)
NVIM v0.10.0-dev+766-gef44e5972
Vim (not Nvim) behaves the same?
not applicable to Vim
Operating system/version
Fedora 38 x86_64
Terminal name/version
GNOME Terminal 3.48.1
$TERM environment variable
xterm-256color
Installation
COPR