-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LanguageTool should honour ]s and [s mappings (feature request) #15
Comments
Hi, vim-LT uses the location list to store error informations, thus you can navigate them by using |
Kind of, but it doesn't behave in the same way. It depends on the iterator in the location list while hitting
Not quite. Let us say that your cursor is on some word where there's an error but that you have not travelled there using neither Also, even when travelling using the l-commands, the full error message is not shown if what you're referring to is the one-line message at the bottom. Also, the location list doesn't contain the useful information. The more essential and verbose messages to understand the error is in the window opened by LT and that window doesn't scroll with neither |
Hmmm, i see, i have a PR opened (#19) i'll try to implent this in the pr |
It would be very cool if LanguageTool would honour
]s
and[s
mappings so that one could iterate through the error locations. That would require either playing with thespell
option its iteration tools or only overriding the]s
and[s
mappings when LanguageTool is "on", so as long as the user doesn't issueLanguageToolClear
as the current design.The text was updated successfully, but these errors were encountered: