aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2023-10-09[docgen] Update docsGithub Actions
skip-checks: true
2023-10-09feat: add fixjson (#126)Magnus Larsen
Co-authored-by: Magnus Larsen <mlar@novozymes.com>
2023-10-08doc: add additional information about some advanced topicsSteven Arcangeli
2023-10-06feat: add easy-coding-standard (#121)Frederik Buchlák
* feat: add easy-coding-standard * fix executable
2023-10-06[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-03[docgen] Update docsGithub Actions
skip-checks: true
2023-10-02doc: add a recipe for complete lazy.nvim configurationSteven Arcangeli
2023-10-02feat: add 'google-java-format' formatter (#99)Noah Zhu
Co-authored-by: Noah Zhu <noah@Noahs-M2-MacBook-Pro-16.local>
2023-10-02[docgen] Update docsGithub Actions
skip-checks: true
2023-09-30feat: add standardrb (#91)Kerem Bozdas
* feat: add standardrb formatter * [docgen] Update docs skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
2023-09-29feat: format injected languages (#83)Steven Arcangeli
2023-09-29[docgen] Update docsGithub Actions
skip-checks: true
2023-09-28[docgen] Update docsGithub Actions
skip-checks: true
2023-09-26feat: Add support for php-cs-fixer (#78)nedia
* feat(php-cs-fixer): Add support for php-cs-fixer * chore: Update README * fix(php-cs-fixer): Include meta * fix(php-cs-fixer): And include type annotation * fix(php-cs-fixer): Use find_executable instead of path_or
2023-09-26[docgen] Update docsGithub Actions
skip-checks: true
2023-09-25feat: add templ support (#73)Rene Zbinden
chore: bla chore: update
2023-09-25[docgen] Update docsGithub Actions
skip-checks: true
2023-09-22[docgen] Update docsGithub Actions
skip-checks: true
2023-09-22[docgen] Update docsGithub Actions
skip-checks: true
2023-09-21feat: add mdformat (#68)Ryan Preston
* feat(formatters): add mdformat for markdown formatting * docs: add mdformat to readme and conform.txt
2023-09-21refactor: rename ruff -> ruff_fixSteven Arcangeli
2023-09-21feat: add ruff formatter and improve ruff root finding (#66)Leiser Fernández Gallo
* Add ruff formatter and improve ruff root finding * Add docs
2023-09-20[docgen] Update docsGithub Actions
skip-checks: true
2023-09-18doc: remove irrelevant note about '*' filetypeSteven Arcangeli
2023-09-18[docgen] Update docsGithub Actions
skip-checks: true
2023-09-17feat: make lsp_fallback behavior more intuitive (#59)Steven Arcangeli
When lsp_fallback = true AND the only formatters for the buffer are from the "*" or "_" filetype, format with LSP instead of the "*"/"_" formatters.
2023-09-15feat: '_' filetype to define fallback formattersSteven Arcangeli
2023-09-15Feat: Add rustywind formatter (#56)Eric Milford
* Feat: Add rustywind formatter This adds the rustywind, a CLI for organizing Tailwind CSS classes. * Update meta description
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
skip-checks: true
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15feat: allow running commands in a shell (#49)Steven Arcangeli
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15[docgen] Update docsGithub Actions
skip-checks: true
2023-09-15feat: alejandra formatter (#52)Leiser Fernández Gallo
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14feat: add `markdownlint`, `stylelint`, `codespell`, and `biome` (#45)pseudometa
* feat: add markdownlint, stylelint & codespell * feat: add `biome` * fix: indentation
2023-09-14feat: add deno fmt (#46)Riley Bruins
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
2023-09-14feat: add buf as protobuf linter (#43)buz
2023-09-14[docgen] Update docsGithub Actions
skip-checks: true
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