Open nvblanco opened 3 years ago
+1
This broke the importing of latex cspell dictionary for me.
I fixed this up in my PC. You can find your coc extensions in
cd ~/.config/coc/extensions/node_modules/coc-spell-checker
vim package.json
press /
to find(in normal mode)
input 'latex'
press 'a' to switch into insert mode,
and you can change the latex to tex.
remember input :wq
to save this file.
restart your .tex and the cSpell can run.
BTW, cSpell is a good extension but the update is tooooooooooo slow.
cSpell.enabledLanguageIds
is an options, you can change in coc-settings.json
In vim/nvim, the FileType value for Latex is "tex" instead of "latex".
https://github.com/iamcco/coc-spell-checker/blob/a76ebbff41fec61bb7a3c2556a670720db3f9ff9/package.json#L203