Getting writegood working in org filetype #4037
Unanswered
physicophilic
asked this question in
Q&A - Ask for help with problems
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:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions