LanguageTool.nvim
LanguageTool.nvim copied to clipboard
An asynchronous grammar checker for Neovim using LanguageTool
Hello, I've been trying to migrate from https://github.com/dpelle/vim-LanguageTool to this, and to set it up with the arch package, I just had this. ```vim let g:languagetool_cmd='/usr/bin/languagetool' let g:languagetool_lang="en-US" ``` I...
**Describe the bug** I have a weird issue with getting LanguageTool to point out spelling errors. The only way I can get it to highlight them is like this: 1....

I am trying to use this plugin with a document in French, but I cannot change the language and I cannot list the supported languages either. When I do `:LanguageToolSupportedLanguages...
**Describe the bug** [asciicinema recording](https://asciinema.org/a/XuQZQMDO4C0kfu9IPxbBo8kE0) when pressing f to fix on Summary window it returns an error as shown below ``` Error detected while processing function LanguageTool#errors#fix: line 2: E684:...
**Describe the bug** [asciinema recording](https://asciinema.org/a/UlOAZC57ACUlVAAXCm2RcaElw When running check it first it correctly spots a capitalisation error, but it does not spot a misspelling error. When I run check again after...
**Describe the bug** [asciicinema recording](https://asciinema.org/a/d61o1EMhi6Xy74RBtGc7E5z9E) ``` Error detected while processing function LanguageTool#fixErrorAtPoint[1]..LanguageTool#errors#fix[1]..LanguageTool#errors#highlightRegex: line 3: E716: Key not present in Dictionary: "fromy == a:error.toy" E15: Invalid expression: a:error.fromy == a:error.toy line...
**Describe the bug** This plugin works fine for small toy text, such as the following: ``` just for an test. ``` But for real Markdown file, when I use `:LanguageToolCheck`,...
Hi everyone ! This issue will be tracking for the task of rewriting everything in lua. As this plugin focuses on Neovim, the rewrite will allow better performances and maybe...
nice work, I am always waiting for a nice vim plugin for language-tool, but no one is perfect. First suggestion is could you specify that `languagetool-server.jar` is needed, not `languagetool-server`?...