-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No highlighting or underline for spell check after awesome vimrc install #548
Comments
This isn't something I can reproduce, @majamin. You can try to run it in another environment or try with another color scheme. |
I see the same problem. A related issue is #418. It seems to be a problem of the default color scheme vimrc/sources_forked/peaksea/colors/peaksea.vim Lines 206 to 220 in 5108ca4
vimrc/sources_forked/peaksea/colors/peaksea.vim Lines 540 to 554 in 5108ca4
The reason is listed in the changelog of peaksea, v3.3: https://www.vim.org/scripts/script.php?script_id=760
I have hence created a fork to re-enable the colors. See if it helps! |
Spellcheck colors are disabled since v3.3 of `peaksea.vim`, see: https://www.vim.org/scripts/script.php?script_id=760. This commit restores the colors, thus fixing amix#418 & amix#548. See more explanations in amix#548 (comment).
I have a fresh install of Ubuntu Desktop (18.04), installed awesome vimrc as per instructions and everything works as expected, except when I spell check using
<leader>ss
, then moving through unrecognized words using<leader>sn
or]s
.It moves to misspelled words, but no highlighting or underlining of words appears on screen. Is this the expected behaviour? If so, is there a way to turn it this back on?
Also, this is my first "issue" submission, so if this is not the venue for these types of queries, please let me know.
The text was updated successfully, but these errors were encountered: