coc-cspell-dicts
v1.0.2
Published
Ext spell dictionary extension for coc-spell-checker
Downloads
39
Maintainers
Readme
Ext Dicts For coc-spell-checker
fork from vscode-cspell-dict-extensions
Imports the Ext spell checking dictionary for coc-spell-checker.
Dictionaries:
- catalan
ca
- czech
cs
- danish
da
- dutch
nl
- french
fr
- french-reforme
fr-90
- german
de
- greek
el
- italian
it
- persian
fa
- polish
pl
- portuguese
pt,pt_PT
- portuguese-brazilian
pt,pt_BR
- russian
ru
- spanish
es
- swedish
sv
- turkish
tr
- ukrainian
uk
- medical-terms
Installation
:CocInstall coc-cspell-dicts
After this extension is installed, it is necessary to tell the spell checker to use it.
Settings
Adding language name to the cSpell.language
setting, will enable the Catalan dictionary.
Example using both English and Catalan dictionaries:
"cSpellExt.enableDictionaries": ["catalan"]
"cSpell.language": "en,ca",
Requirements
- coc-spell-checker extension.