LanguageTool.nvim icon indicating copy to clipboard operation
LanguageTool.nvim copied to clipboard

An asynchronous grammar checker for Neovim using LanguageTool

Results 10 LanguageTool.nvim issues
Sort by recently updated
recently updated
newest added

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...

question

**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....

bug

![image](https://user-images.githubusercontent.com/26033899/114317938-e62d1c80-9ae0-11eb-9cc3-f83c1c6eca44.png)

question

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:...

bug

**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...

bug

**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...

bug

**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`,...

bug

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...

enhancement
help wanted

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`?...

enhancement