aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-15[docgen] Update docsGithub Actions
2023-09-15feat: alejandra formatter (#52)Leiser Fernández Gallo
2023-09-14fix: use non-deprecated health report functions if available (#48)Maria José Solano
2023-09-14chore(master): release 3.2.0 (#37)v3.2.0github-actions[bot]
2023-09-14[docgen] Update docsGithub Actions
2023-09-14feat: add `markdownlint`, `stylelint`, `codespell`, and `biome` (#45)pseudometa
2023-09-14feat: add deno fmt (#46)Riley Bruins
2023-09-14[docgen] Update docsGithub Actions
2023-09-14feat: add djlint (#47)zootedb0t
2023-09-14[docgen] Update docsGithub Actions
2023-09-14feat: add buf as protobuf linter (#43)buz
2023-09-14[docgen] Update docsGithub Actions
2023-09-14feat: latexindent (#42)Isak Samsten
2023-09-14feat: ruff (#41)Isak Samsten
2023-09-14doc: add some recipes to the documentationSteven Arcangeli
2023-09-13doc: document the format options that are passed through to LSP formattingSteven Arcangeli
2023-09-13fix: extra trailing newline for LSP formatters that replace entire fileSteven Arcangeli
2023-09-13chore(master): release 3.1.0 (#34)v3.1.0github-actions[bot]
2023-09-12doc: add a features section to the READMESteven Arcangeli
2023-09-12fix: modify diff calculation to handle end-of-file newlines better (#35)Steven Arcangeli
2023-09-10feat: format_on_save and format_after_save can be functionsSteven Arcangeli
2023-09-10chore(master): release 3.0.0 (#32)v3.0.0github-actions[bot]
2023-09-08Merge pull request #33 from stevearc/stevearc-refactorSteven Arcangeli
2023-09-08test: add tests for public API functionsSteven Arcangeli
2023-09-08feat: format() can always fall back to LSP formattingSteven Arcangeli
2023-09-08doc: document the "*" filetype optionSteven Arcangeli
2023-09-08feat: syntax for using first available formatterSteven Arcangeli
2023-09-07refactor!: remove run_all_formatters config optionSteven Arcangeli
2023-09-07refactor: make get_formatter_info a public methodSteven Arcangeli
2023-09-07lint: apply styluaSteven Arcangeli
2023-09-07[docgen] Update docsGithub Actions
2023-09-07feat: add beautysh, taplo, trim_newlines and trim_whitespace (#29)xfzv
2023-09-06doc: format() takes bufnr, not buf (#28)Seth Daniel
2023-09-06chore(master): release 2.3.0 (#22)v2.3.0github-actions[bot]
2023-09-06doc: add guidance for extending built-in formatters (#27)Steven Arcangeli
2023-09-05[docgen] Update docsGithub Actions
2023-09-05doc: format() takes bufnr, not buf (#25)Seth Daniel
2023-09-04[docgen] Update docsGithub Actions
2023-09-04doc: fix prettierd formatter name in README (#24)jinzhongjia
2023-09-01tools: use local working directory for typechecking temp filesSteven Arcangeli
2023-09-01tools: add a make clean targetSteven Arcangeli
2023-08-31ci: improve consistency of CI workflows (#23)Steven Arcangeli
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