all highlights cleared #1094
-
|
when i load a org file all treesitter token points to @ org and @ org points to cleared, i know treesitter is working because when i use :Inspect it shows the correct highlight category which doesn't happen if the orgmode treesitter parser isn't installed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Can you clarify what you mean by "cleared"? What is printed in org file when you do for example: |
Beta Was this translation helpful? Give feedback.
-
|
i found a workaround i can call |
Beta Was this translation helpful? Give feedback.
i found a workaround i can call
require("orgmode.colors.highlights").link_highlights(). putting this into a ftplugin works as a temporary fix to this issue.i have done some further testing and this issue happens on my nixCats configuration but not on my nixvim configuration so this issue is likely caused by nixCats.