-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Make SpellBad less intrusive? #155
Comments
I was wondering the same and this is the solution I found: add the following lines somewhere to your Vim configuration: augroup nord-theme-overrides
autocmd!
autocmd ColorScheme nord highlight clear SpellBad
augroup END For more information see |
Hi @vincentzhezhang 👋, thanks for your contribution 👍 @HiPhish This is the recommended way to customize the theme for individual styles without breaking other themes 😄 |
Thank you for your patience! 🙏🏼 I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal. Therefore it has been added to the queue in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement. |
Thanks for the amazing colour palette, really liked the colours and I am using it almost everywhere I can apart from Vim because:
The current way it highlights SpellBad is so intrusive that it makes you hard to concentrate on an ordinary code snippet as all the SpellBad matches are shown in Red with Underline. Just a few examples:
With spell turned on:
With nospell set:
Is it possible to make less intrusive like only set underline/undercurl for misspelt words instead of default to red text? Or at least provide an option to turn it on and off?
The text was updated successfully, but these errors were encountered: