My goal is to choose which syntax_tree plugins the LSP should use when formatting my code. I'm fed up with rebornix.ruby and would much rather use vscode-syntax-tree plus syntax_tree -- but I need to be able to configure the thing to match my coding standard.
This proposal adds some straightforward configuration, but it turns out that stree lsp doesn't bother to parse options, hence my proposed fix in the syntax_tree repo, which this proposal depends on.
Thoughts on this whole scheme?