aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
AgeCommit message (Collapse)Author
2023-09-18feat: add `squeeze_blanks` (#62)pseudometa
2023-09-15Feat: Add rustywind formatter (#56)Eric Milford
* Feat: Add rustywind formatter This adds the rustywind, a CLI for organizing Tailwind CSS classes. * Update meta description
2023-09-15feat: add GNU/BSD indent (#54)Thim Cederlund
2023-09-15feat: add shellcheck (#44)Steven Arcangeli
2023-09-15fix: `q` keymap in ConformInfo and `codespell` exit codes (#53)pseudometa
* fix: `codespell` error when trying to fix ambiguous misspelling * fix: delay when having a keymap with `q` as operator
2023-09-15feat: alejandra formatter (#52)Leiser Fernández Gallo
2023-09-14feat: add `markdownlint`, `stylelint`, `codespell`, and `biome` (#45)pseudometa
* feat: add markdownlint, stylelint & codespell * feat: add `biome` * fix: indentation
2023-09-14feat: add deno fmt (#46)Riley Bruins
2023-09-14feat: add djlint (#47)zootedb0t
2023-09-14feat: add buf as protobuf linter (#43)buz
2023-09-14feat: latexindent (#42)Isak Samsten
2023-09-14feat: ruff (#41)Isak Samsten
2023-09-07lint: apply styluaSteven Arcangeli
2023-09-07feat: add beautysh, taplo, trim_newlines and trim_whitespace (#29)xfzv
* feat: add beautysh * feat: add taplo * feat: add trim_newlines * feat: add trim_whitespace * doc: mention that `trim_newlines` and `trim_whitespaces` are using `awk` --------- Co-authored-by: xfzv <>
2023-08-29fix: shellharden (#15)Seth Daniel
2023-08-29feat: add perltidy (#12)Seth Daniel
2023-08-29feat: add shellharden (#14)Seth Daniel
2023-08-29feat: add golines (#11)Seth Daniel
2023-08-29feat: add perlimports (#13)Seth Daniel
2023-08-28feat: range formattingSteven Arcangeli
Should work the same as vim.lsp.buf.format(). Additionally, range formatting is supported for *any* formatter. If the formatter doesn't have native support for ranges, conform will do its best to only apply the diffs that affect that range.
2023-08-27feat: new formatter: fish_indent (#5)Mahan
* feat: add fish_indent * feat: update readme to add fish_indent
2023-08-25fix: set a cwd for styluaSteven Arcangeli
2023-08-25feat: first working versionSteven Arcangeli