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: support for `nickel format` as `Nickel` fixer #4665

Closed yining closed 9 months ago

yining commented 10 months ago

Nickel(https://nickel-lang.org/) is a configuration language, like Jsonnet, Cue, Dhall.

nickel(https://github.com/tweag/nickel) is the main command to run, export and also format Nickel code.

this commit adds nickel format as a Nickel fixer, together with some tests and documentation.

w0rp commented 9 months ago

Cheers! :beers: