coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

No spell-check underlines #11

Open rygwdn opened 9 years ago

rygwdn commented 9 years ago

the neovim TUI and vanilla vim's gvim show spelling and grammar errors with set spell, but neovim.as seems to be missing them:

neovim TUI: screen shot 2015-02-20 at 8 19 30 am

vanilla gvim: screen shot 2015-02-20 at 8 19 09 am

neovim.as: screen shot 2015-02-20 at 8 19 38 am

coolwanglu commented 9 years ago

I've implemented support for underine and undercurl in the master branch. But unfortunately, seems that the color is not correct, in vim there used to be a sp_color, but I didn't find it in neovim.

rygwdn commented 9 years ago

getting the colors right depends on https://github.com/neovim/neovim/issues/2040