summaryrefslogtreecommitdiffstats
path: root/lua/conform/runner.lua
AgeCommit message (Collapse)Author
2023-08-27lint: fix type annotationsSteven Arcangeli
2023-08-27fix: no need to save/restore window viewSteven Arcangeli
Since we're applying diffs instead of replacing the entire buffer, the cursor actually stays in a more predictable location if we _don't_ try to save & restore the window views.
2023-08-27test: add a test suiteSteven Arcangeli
2023-08-26fix: gracefully handle another timeout caseSteven Arcangeli
2023-08-25fix: ensure real buffer numbers get loggedSteven Arcangeli
2023-08-25fix: don't modify files when no styling changesSteven Arcangeli
2023-08-25feat: first working versionSteven Arcangeli