vale-ls icon indicating copy to clipboard operation
vale-ls copied to clipboard

nvim: code actions not working

Open UtkarshVerma opened this issue 2 years ago • 1 comments

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?

UtkarshVerma avatar Jun 29 '23 02:06 UtkarshVerma

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

antonkesy avatar Oct 28 '23 17:10 antonkesy