nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.44k stars 73 forks source link

fix: leptosfmt generator-options #15

Closed Jeansidharta closed 10 months ago

Jeansidharta commented 10 months ago

It seems whenever I tried using leptosfmt using the CLI options that were in the none-ls config, I'd get this error:

$ leptosfmt --stdin=true --quiet=true
error: unexpected value 'true' for '--stdin' found; no more were expected

Usage: leptosfmt --stdin [INPUT_PATTERNS]...

For more information, try '--help'.

But using leptosfmt --stdin --quiet will work fine