aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nixfmt.lua
AgeCommit message (Collapse)Author
2024-08-07fix(nixfmt): update repo link and description (#505)Ughur Alakbarov
* feat(formatters): add nixfmt-rfc-style docs: add nixfmt-rfc-style to readme and conform.txt * feat: replace nixfmt with nixfmt-rfc-style * doc: ensure description has period at the end --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
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-25feat: first working versionSteven Arcangeli