summaryrefslogtreecommitdiff
path: root/supported-tools.md
AgeCommit message (Collapse)Author
2019-03-29#2397 - disable elixir-ls by default, which can be CPU hungryw0rp
2019-03-21Add support for elm-lspAntew
2019-03-09Update documentation for languagetoolw0rp
2019-02-12pylama: Use %s instead of %tKevin Locke
Although using %t to lint changes was desirable, many pylama checks use surrounding paths and file contents (e.g. C0103 module name, E0402 relative import beyond top, etc.) The more such errors I find during testing, the less %t seems like a good idea. Switch to %s. Also set `lint_file` to 1 and mark Pylama as a file linter in the docs. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-02-11Fixers are not disabled by defaultw0rp
2019-02-11Rewrite the supported tools lists in new filesw0rp