dpelle / vim-LanguageTool

A vim plugin for the LanguageTool grammar checker
280 stars 28 forks source link

Provide a way to navigate from the error location to the error explanation #16

Open sim590 opened 5 years ago

sim590 commented 5 years ago

When a ton of errors are in the file and you want to check the error message for highlighted text under the cursor, it is a bit of a pain to go in the other window and search manually for the error. May be a function (and/or mapping) could be written to fix this.

After a quick thought, I guess that #15 is somewhat related in terms of design.