Skip to content

Commit

Permalink
fix: leptosfmt generator-options (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeansidharta authored Nov 13, 2023
1 parent 0f7aef2 commit c6dfcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/null-ls/builtins/formatting/leptosfmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return h.make_builtin({
filetypes = { "rust" },
generator_opts = {
command = "leptosfmt",
args = { "--quiet=true", "--stdin=true" },
args = { "--quiet", "--stdin" },
to_stdin = true,
},
factory = h.formatter_factory,
Expand Down

0 comments on commit c6dfcec

Please sign in to comment.