Skip to content
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

nvim: code actions not working #2

Open
UtkarshVerma opened this issue Jun 29, 2023 · 1 comment
Open

nvim: code actions not working #2

UtkarshVerma opened this issue Jun 29, 2023 · 1 comment

Comments

@UtkarshVerma
Copy link

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?

@antonkesy
Copy link
Contributor

antonkesy commented Oct 28, 2023

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.

For example:

  • Text: These are tests => info/suggestion: Try to avoid using 'are'. => no code action
  • Text: The is is here => error: 'is' is repeated! => code action which removes duplicated is

Not sure if there are just none available for those kind of suggestions or if suggestions are not passed correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants