aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Expand)Author
2023-09-17feat: make lsp_fallback behavior more intuitive (#59)Steven Arcangeli
2023-09-15feat: '_' filetype to define fallback formattersSteven Arcangeli
2023-09-15Feat: Add rustywind formatter (#56)Eric Milford
2023-09-15feat: utility function to extend the built-in formatter args (#50)Steven Arcangeli
2023-09-15feat: provide a formatexpr (#55)Steven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
2023-09-15[docgen] Update docsGithub Actions
2023-09-15feat: allow running commands in a shell (#49)Steven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
2023-09-15[docgen] Update docsGithub Actions
2023-09-15feat: alejandra formatter (#52)Leiser Fernández Gallo
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-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-12doc: add a features section to the READMESteven Arcangeli
2023-09-10feat: format_on_save and format_after_save can be 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-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-06doc: add guidance for extending built-in formatters (#27)Steven Arcangeli
2023-09-05[docgen] Update docsGithub Actions
2023-09-04[docgen] Update docsGithub Actions
2023-08-31feat: format() takes an optional callback (#21)Steven Arcangeli
2023-08-30[docgen] Update docsGithub Actions
2023-08-29feat: add perltidy (#12)Seth Daniel
2023-08-29feat: add shellharden (#14)Seth Daniel
2023-08-29feat: add golines (#11)Seth Daniel
2023-08-29feat: add perlimports (#13)Seth Daniel
2023-08-29feat: add support for environment variables (#8)Steven Arcangeli
2023-08-28feat: ConformInfo command for debugging formatter statusSteven Arcangeli
2023-08-28feat: range formattingSteven Arcangeli
2023-08-28refactor!: remove ability for formatter list to disable autoformatSteven Arcangeli
2023-08-28[docgen] Update docsGithub Actions
2023-08-28[docgen] Update docsGithub Actions
2023-08-27doc: flesh out config options documentationSteven Arcangeli
2023-08-27feat: new formatter: fish_indent (#5)Mahan
2023-08-26doc: fix example code in README (#4)stvhuang