vale
vale copied to clipboard
Not complete spell checking with french dictionary + NOSUGGEST error
- OS : Arch Linux
- Install method : Installed as a plugin in neovim IDE LunarVim
- Vale version : 2.21.0
What's happening
-
In french dictionary, the flag
NOSUGGESTis followed by--(two hyphens), which makes vale exit with an error
By replacing the --by!in the.afffile, it works but theNOSUGGESTflag in the.dicfile is not taking care of. Though, my guess is that it can be fixed by replacing all--by!in the.dicfile. -
The spell checking for french dictionary is not complete. Using my Arch Linux hunspell dictionary, it simply does not work. As an exemple, conjugated verbs and adjectives are labelled as not correct.
In this example peutis a conjugated form.
Source files https://github.com/pcapiod/dotfiles/tree/main/dics
In the files labelled warnings, I changed the NOSUGGEST to ! so it can work.
In the files labelled not_working, they are original file from my Arch Linux and give the NOSUGGEST error.
If you need more information, let me know ! Thanks :)
The first part of this issue (NOSUGGEST) has been fixed in v3.0.