sainnhe / everforest

🌲 Comfortable & Pleasant Color Scheme for Vim
MIT License
2.94k stars 131 forks source link

fix(plugin): add highlight for context-start to indent-blankline #122

Closed jackcogdill closed 1 year ago

jackcogdill commented 1 year ago

Description

Screenshots

before: before

after: after

sainnhe commented 1 year ago

What's the plugin that italicize the words in the first picture? Is that the default behavior of context start?

jackcogdill commented 1 year ago

What's the plugin that italicize the words in the first picture? Is that the default behavior of context start?

It's treesitter.

enabled:

enabled

disabled:

disabled
sainnhe commented 1 year ago

LGTM. Thanks!