coc-spell-checker
coc-spell-checker copied to clipboard
Feature: enableCompoundWords should include words that are added to userWords
Example:
I have in my coc-settings.json
"cSpell.userWords": [
"algolia"
],
"cSpell.allowCompoundWords": true,

I would expect that since the word algolia is in my userWords and I am using allowCompoundWords: true and since search is a valid english word then there would be no error in this case.