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