vale-ls
vale-ls copied to clipboard
nvim: code actions not working
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?
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 duplicatedis
Not sure if there are just none available for those kind of suggestions or if suggestions are not passed correctly