summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-31fix: callback should always be calledSteven Arcangeli
2023-08-31feat: format() takes an optional callback (#21)Steven Arcangeli
2023-08-30chore(master): release 2.2.0 (#20)v2.2.0github-actions[bot]
2023-08-30feat: apply changes as text edits using LSP utils (#18)Steven Arcangeli
2023-08-30tools: pre-push hook only runs on masterSteven Arcangeli
2023-08-29chore(master): release 2.1.0 (#10)v2.1.0github-actions[bot]
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: notify when formatter errors, and add notify_on_error config option (#16)Steven Arcangeli
2023-08-29fix: shellharden (#15)Seth Daniel
2023-08-29feat: display last few lines of the log file in :ConformInfoSteven Arcangeli
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: add perltidy (#12)Seth Daniel
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: add shellharden (#14)Seth Daniel
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: add golines (#11)Seth Daniel
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: add perlimports (#13)Seth Daniel
2023-08-29ci: only run update_docs job on masterSteven Arcangeli
2023-08-29feat: formatter config function is passed the buffer number (#9)Steven Arcangeli
2023-08-29feat: add support for environment variables (#8)Steven Arcangeli
2023-08-28chore(master): release 2.0.0 (#6)v2.0.0github-actions[bot]
2023-08-28feat: ConformInfo command for debugging formatter statusSteven Arcangeli
2023-08-28tools: add makefile 'all' targetSteven Arcangeli
2023-08-28feat: range formattingSteven Arcangeli
2023-08-28fix: stable ordering when specifying multiple formattersSteven Arcangeli
2023-08-28tools: split fast and slow lint commandsSteven Arcangeli
2023-08-28refactor!: remove ability for formatter list to disable autoformatSteven Arcangeli
2023-08-28[docgen] Update docsGithub Actions
2023-08-28fix: don't show 'no formatters' warning if none configuredSteven Arcangeli
2023-08-28[docgen] Update docsGithub Actions
2023-08-28feat: can silence notification when running formatters (#7)Steven Arcangeli
2023-08-28ci: merge workflowsSteven Arcangeli
2023-08-28fix: remove unnecessary notifySteven Arcangeli
2023-08-28doc: move doc scripts around and eliminate submoduleSteven Arcangeli
2023-08-27fix: keep window position stable when LSP formattingSteven Arcangeli
2023-08-27chore(master): release 1.1.0 (#3)v1.1.0github-actions[bot]
2023-08-27lint: fix type annotationsSteven Arcangeli
2023-08-27doc: flesh out config options documentationSteven Arcangeli
2023-08-27fix: no need to save/restore window viewSteven Arcangeli
2023-08-27lint: fix luacheck warningSteven Arcangeli
2023-08-27test: add a test suiteSteven Arcangeli
2023-08-27feat: new formatter: fish_indent (#5)Mahan
2023-08-26doc: fix example code in README (#4)stvhuang
2023-08-26fix: gracefully handle another timeout caseSteven Arcangeli
2023-08-25chore(master): release 1.0.0 (#2)v1.0.0github-actions[bot]
2023-08-25[docgen] Update docsGithub Actions
2023-08-25doc: fix condition example in READMESteven Arcangeli
2023-08-25fix: ensure real buffer numbers get loggedSteven Arcangeli
2023-08-25fix: don't modify files when no styling changesSteven Arcangeli