This repository was archived by the owner on Dec 20, 2021. It is now read-only.
This repository was archived by the owner on Dec 20, 2021. It is now read-only.
After :EnvimSymbolAtPoint or :EnvimUsesOfSymbolAtPoint syntax highlighting goes away #9
Open
Description
Start vim and enter :Envim. After all is ready, read in a file to edit
(:e SomeScalaFile.scala).
Next place cursor on symbol and enter either
:EnvimSymbolAtPoint or :EnvimUsesOfSymbolAtPoint
and all syntax colors go away. The commands work, just the syntax colors
disappear.
The work around is to enter :e and syntax colors come back.