this post was submitted on 08 Jun 2024
1 points (100.0% liked)

VIM - Vi IMproved

1055 readers
2 users here now

For Vim enthusiasts and anyone interested in Vim/Neovim!

"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco

#HJKL

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/16310027

Help disabling "Possible spelling mistake found" in vimtex

Hi everyone,
could someone help a desperate student to turn off the 'Possible spelling mistake found' in LaTeX files with the vimtex plugin. It's been 3h now and I still dont have any idea on how to turn this off (or at least change the language, but knowing how to do both would be really cool). I tried everything I could, still don't kow where this is from.
Help would be really appreciated.
Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 5 months ago

Here is the solution in case someone came across this post in the future.To set the language of your LaTeX file, put :

\usepackage\[french]{babel}

and download the texlive-lang package corresponding :

sudo pacman -S texlive-lang