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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
After playing around with color themes, this seems to only affect ones which are not written specifically for GUI. Still, terminal neovim handles both cases correctly, even with set termguicolors.
After investigating some more: the issue seems to be that pynvim is unable to display any form of underline for text (which is usually used for spelling errors).
Regardless of theme,
:set spell
does not visually mark spelling mistakes in any way, while it does correctly in terminal neovim for the same themes.Mappings related to spelling, like
]s
, still work though.The text was updated successfully, but these errors were encountered: