We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've set up vale-ls on my machine for nvim. I get the diagnostics but code actions aren't there. Am I missing something?
nvim
The text was updated successfully, but these errors were encountered:
They work for me, but: I'm only able to get code actions for some error and warning. info/suggestion doesn't have any actions for me.
error
warning
info/suggestion
For example:
These are tests
Try to avoid using 'are'.
The is is here
'is' is repeated!
is
Not sure if there are just none available for those kind of suggestions or if suggestions are not passed correctly
Sorry, something went wrong.
No branches or pull requests
I've set up vale-ls on my machine for
nvim
. I get the diagnostics but code actions aren't there. Am I missing something?The text was updated successfully, but these errors were encountered: