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

A vim plugin for the LanguageTool grammar checker

Results 25 vim-LanguageTool issues
Sort by recently updated
recently updated
newest added

https://pypi.org/project/pyLanguagetool it self use the api instead of a jar!

Apparently, the key used for `'pastetoggle'` is intercepted even in a `:normal!` command (!). For instance, if using `:set pastetoggle=`, then `:exe "normal! \\` does not switch to the last...

`:!java -jar C:\LanguageTool\languagetool-commandline.jar -h` works fine (and in `PowerShell` I can `java -jar C:\LanguageTool\languagetool-commandline.jar `) Very early in my `vimrc`, I have ```vim let g:languagetool_jar='C:\LanguageTool\languagetool-commandline.jar' ``` but `:LanguageToolCheck` gets me:...

LanguageTool can be run via a docker container, and exposed via a TCP port. Please enhance to allow using LanguageTool without it installed but via a server. https://github.com/languagetool-org/languagetool lists a...

Love the plugin, thanks for the work! When writing code with verbose comments and/or in-code documentation (docstrings), it would help to be able to run the tool only on some...

Hi and thanks for making this plugin. I'm really interested by it covering Japanese (although vim spellcheck doesn't). I installed languagetool on arch linux, and added the vim config: ```console...

Updated standalone server download links. There is no longer a link on the LanguageTool main web page you most go to there development site and from there you most navigate...

[The instructions](https://github.com/dpelle/vim-LanguageTool#download-languagetool) tell me to download a languagetool `.jar` file. I already have the `languagetool` executable installed on my system installed from my package manager, i.e. when I run `which...

Hi. I have `languagetool` installed. According to `java -jar languagetool-commandline.jar --help`, there are several options `--fasttext-model`, `--fasttext-binary` and `--lanugagemodel` that extend the ability of `languagetool`. However, I found no vim...

Following the installation instructions with ~~~ let g:languagetool_jar='$HOME/languagetool/languagetool-standalone/target/LanguageTool-5.1-SNAPSHOT/LanguageTool-5.1-SNAPSHOT/languagetool-commandline.jar' ~~~ in the `.vimrc`. and ~~~ .vim/doc/LanguageTool.txt .vim/plugin/LanguageTool.vim ~~~ in place. running `vim -c 'helptags ~/.vim/doc'` did not give any verbose output....