arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

Folding doesn't work after starting chromatica #83

Closed bvolkmer closed 4 years ago

bvolkmer commented 4 years ago

Hey, When starting chromatica folding breaks, saying no folds found. If stopping again, everything works. Chromatica itself also seems to work as expected. The logfile contains no errors. :syntax yields only a few definitions opposed to when chromatica is stopped.

syntax on and foldmethod=syntax are set.

System is archlinux (just updated). libclang version 10.0.0 nvim v0.4.3

I hope there is a way to provide useful information.

bvolkmer commented 4 years ago

Just seen that this is a duplicate of #64.