Getting writegood working in org filetype #4037
Replies: 1 comment
-
|
Unfortunatelly "org" is not available for write-good. Check Feel free to add an issue to include write-good to the list of available tools for org and if up for the task create a PR to include it. Looking at how write-good support is implemented in ALE this should be easy to do. Simply create a file named Update any tests if necessary:
Update the documentation:
You can check Asciidoc implementation of writegood for examples:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Firstly, thanks to the authors for integrating ALE with writegood. It's an awesome tool. Now onto the problem:
In my vimrc I've got
which I think means that I'm asking
orgfiletype to usewritegoodlinter. But when I do:ALEInfoinorgbuffer, I see no linter available; nothing enabled.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions