numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.02k stars 33 forks source link

Does this work with vim or just neovim? #115

Open agamkohli9 opened 2 years ago

RyannDaGreat commented 2 years ago

If this only works in Vim, is there another comparable plugin for Vim?

wookayin commented 2 years ago

It only works in neovim.

maxdunbar commented 1 year ago

From the FAQ: No. Semshi relies on Neovim's fast highlighting API to quickly update lots of highlights. Regular Vim unfortunately doesn't have an equivalent API. (If you think this can be implemented for Vim 8, let me know.)