this post was submitted on 08 Jun 2024
5 points (100.0% liked)
VIM - Vi IMproved
1048 readers
3 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you have the language set within the .tex document itself?
/selectlanguage{French}
Or something like that. You may need to/usepackage{babel}
as well or similar. I haven't played around much with LaTeX, so not sure this will work or not--but everything I've seen indicates that the TeX document language setting is what will key the LSP language setting.On second thought, it looks like it probably isn't even vimtex or LSP related--probably just your vim settings. Try :set spelllang+=fr
Yes, just found out it’s not actually latex related, thought this because the spelling mistake text never showed up before, I try what you said later, thank you for your help !