aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
AgeCommit message (Collapse)Author
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