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 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.
In vim/nvim, the FileType value for Latex is "tex" instead of "latex".
coc-spell-checker/package.json
Line 203 in a76ebbf
The text was updated successfully, but these errors were encountered: