Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change latex languageId in the default settings #25

Open
nvblanco opened this issue Feb 25, 2021 · 3 comments
Open

Change latex languageId in the default settings #25

nvblanco opened this issue Feb 25, 2021 · 3 comments

Comments

@nvblanco
Copy link

In vim/nvim, the FileType value for Latex is "tex" instead of "latex".

@nielsdekoeijer
Copy link

+1

This broke the importing of latex cspell dictionary for me.

@FinleyGe
Copy link

FinleyGe commented Nov 16, 2021

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.

@iamcco
Copy link
Owner

iamcco commented Dec 13, 2021

cSpell.enabledLanguageIds is an options, you can change in coc-settings.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants