dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

Add fixer for toml using taplo #4720

Closed jmcantrell closed 5 months ago

jmcantrell commented 7 months ago

This adds basic support for formatting TOML files using taplo.

Eventually, I would like to add support for taplo's linting, if I can figure out how to parse the output correctly.

Taplo also has an lsp, and when I added it, ale didn't complain and it appeared to be running, but I couldn't tell if it was doing anything.

stale[bot] commented 5 months ago

This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See :help ale-dev for information on writing tests. If your pull request is good to merge, bother w0rp or another maintainer again, and get them to merge it.