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
Since I recently bumped to a higher nvim version, I checked with earlier versions <0.10.x & the issue still persists.
Removing the highlight from treesitter.lua reverts the style to something too simplistic.
The text was updated successfully, but these errors were encountered:
The
treesitter
highlight doesn't integrate well withpython
.I get the imports all highlighted with the same color (reddish):
Looking at similar code here on github, the expected look should be something like:
My github-nvim-theme configuration .lua and treesitter.lua follow:
treesitter.lua
github-nvim-theme.lua
Since I recently bumped to a higher
nvim
version, I checked with earlier versions <0.10.x & the issue still persists.Removing the highlight from
treesitter.lua
reverts the style to something too simplistic.The text was updated successfully, but these errors were encountered: