iamcco / coc-spell-checker

A basic spell checker that works well with camelCase code for (Neo)vim
MIT License
265 stars 13 forks source link

Is there “add to dict" method? #3

Open xaljer opened 4 years ago

iamcco commented 4 years ago

There only add to global user settings or local settings commands by now.

https://github.com/iamcco/coc-spell-checker/blob/master/package.json#L30

alex-popov-tech commented 4 years ago

@iamcco hello! is that possible to configure what 'user' dict is? I would like to have separate txt file with all my words there, and not in coc-settings.json...

iamcco commented 4 years ago

@alex-popov-tech There is no such command to add word to custom dict yet. But you can use your own dict https://github.com/iamcco/coc-spell-checker#how-to-add-your-own-dictionaries.

alex-popov-tech commented 4 years ago

yes...but that not really usable for day-to-day updating dict use case

iamcco commented 4 years ago

I don't have time to support it by now. pr is welcome.