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.

  • MeanPresentation80@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    2 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