vim-Grammalecte icon indicating copy to clipboard operation
vim-Grammalecte copied to clipboard

A vim plugin for the Grammalecte French grammar checker

Results 18 vim-Grammalecte issues
Sort by recently updated
recently updated
newest added

Hello! I'm thinking about packaging this plugin in Debian, since [grammalecte is now packaged](https://packages.debian.org/source/sid/grammalecte). Would you be opposed to me doing so? I'm asking, because sometime some upstreams are... It...

Hi, Please excuse this dumb question but cannot find a simple way to navigate from error to error (and correct them). Could you give me a clue ? thanks

Bonjour, J'ai l'erreur suivante lorsque je lance `:GrammalecteCheck` et je n'arrive pas à trouver la solution: `Erreur détectée en traitant function 33_GrammalecteCheck : ligne 28 : Command [python3 /usr/home/sites/grammalecte/cli.py -f...

I noticed that the plugin fail to work on Windows for two reasons: - The plugins suppose the availability of the python3.exe interpreter (instead of py.exe) - The Windows version...

Hi, This plugins seems very nice. Unfortunately, I have an issue with the scratch window. When I use GrammaclecteCheck, it highlights errors in my buffer, but the scratch window with...

Hello, I installed Grammalecte for vim, but I have these errors while running `GrammalecteCheck` > Error detected while processing function 96_GrammalecteCheck: > line 28: > Command [python3 /home/arnauld/Desktop/docsdesktop/Grammalecte-fr-v1.2/grammalecte-cli.py -f /tmp/vKg381O/6...

It's easier to install grammalect python script by doing a simple ``` pip3 install . ``` Then `grammalect-cli.py` will be installed in `~/.local/bin` which can be added to $PATH. After...

Tout d’abord merci pour cet outil très utile. ;) Ensuite, sauf erreur de ma part, je n’ai pas vu comment avoir des suggestions de corrections orthographiques grâce à ce plugin....

Use the `:Grammalecte` command to toggle checking of grammar mistakes. It allows you to define toggle remap like: ```vim nnoremap tg :Grammalecte ```

Hi, First let me thanks you for the work done here, I tried to enable Grammalecte on my Vim setup in windows 7 Install and setup where painless and easy,...