liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.85k stars 255 forks source link

missing virtualTexthl breaks lcn #468

Closed circld closed 3 years ago

circld commented 3 years ago

This is a minor change to add highlight groups in the LanguageClient-neovim configuration. The absence of these was leading to the various language servers to exit silently (or maybe not even starting), effectively breaking the plugin for me. Adding these four lines fixed 🤷

Let me know if there's anything else you need from me in order to merge. 👍

liuchengxu commented 3 years ago

Thank you!