LanguageTool.nvim
                                
                                
                                
                                    LanguageTool.nvim copied to clipboard
                            
                            
                            
                        undefined variable l:fix
Describe the bug asciicinema recording
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: list index out of range: -21
E15: Invalid expression: a:error.replacements[a:sug_id].value
line    7:
E121: Undefined variable: l:fix
To Reproduce Steps to reproduce the behavior:
- Start server and run check
 - navigate to summary window
 - press 'f'
 
Desktop (please complete the following information):
- OS: macOS
 
Additional context
NVIM v0.5.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: 
Compiled by nixbld
using plugin commit 809e7d77fec834597f495fec737c59292a10025b
Weird, the actual error seems to be
E684: list index out of range: -21
I'll be investigating that later.
I have the same issue on NVIM v0.5.0-dev+1115-gc1fbc2ddf.