neovim / python-gui

Proof-of-concept Nvim GUI. Not maintained.
Apache License 2.0
75 stars 20 forks source link

Spelling errors not visible #26

Open mkalinski opened 8 years ago

mkalinski commented 8 years ago

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.

mkalinski commented 8 years ago

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.

mkalinski commented 7 years ago

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).