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
I think we can fix this plus some other annoying spellchecks like function parameter names by just adding syn spell notoplevel to the plugin's syntax definition, with no adverse effects that I see yet.
But the interaction between how Vim interprets "top-level" for syntax, how vim-scala's syntax definition distinguishes top-level Scala versus block constructs, and how all this works with embedding e.g. in Markdown all gets rather mystical… So I'm never entirely confident about it 😇
Is there an option to turn of spell check for
package
andimport
declarations?I identified those lines of code
but unfortunately don't know how to add
@NoSpell
or something similar.The text was updated successfully, but these errors were encountered: