aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-05feat: add justfile formatter (#114)BADR
2023-10-05doc: typo in runner.lua (#112)Ikko Eltociear Ashimine
ocurred -> occurred
2023-10-04chore(master): release 3.9.0 (#101)v3.9.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04fix: support for mix format (#107)Ethan Gunderson
* add support for mix format * split command and set cwd
2023-10-04[docgen] Update docsGithub Actions
skip-checks: true
2023-10-04feat: gci formatter for Go (#109)Kim Nielsen
2023-10-03fix: phpcbf invalid stdin-path arguments (#108)Steven Arcangeli
2023-10-03[docgen] Update docsGithub Actions
skip-checks: true
2023-10-03feat: add phpcbf (#103)rawalplawit
2023-10-02fix: format on save autocmds ignore nonstandard buffersSteven Arcangeli
2023-10-02fix: injected formatter silent failure on nvim nightly (#100)Folke Lemaitre
2023-10-02chore(master): release 3.8.0 (#90)v3.8.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02fix: injected formatter operates on input linesSteven Arcangeli
2023-10-02doc: add a recipe for complete lazy.nvim configurationSteven Arcangeli
2023-10-02fix: injected formatter doesn't have interruption errorsSteven Arcangeli
2023-10-02fix: error handling for injected formatterSteven Arcangeli
2023-10-02[docgen] Update docsGithub Actions
skip-checks: true
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-10-02feat : add astyle formatter (#97)Rishabh
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-29fix: alternations follow notification rulesSteven Arcangeli
2023-09-29doc: change bug report template to require log file contentsSteven Arcangeli
2023-09-29doc: speed up documentation generationSteven Arcangeli
2023-09-29feat: metatable to make accessing formatters a bit easier (#89)Steven Arcangeli
2023-09-29chore(master): release 3.7.2 (#87)v3.7.2github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-29fix: lsp format calls method from wrong util fileSteven Arcangeli
2023-09-29fix: injected formatter hangs on empty fileSteven Arcangeli
2023-09-29fix: injected formatter preserves indentation of code blocksSteven Arcangeli
2023-09-29chore(master): release 3.7.1 (#86)v3.7.1github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-29fix: format_after_save blocks on exit for lsp formattingSteven Arcangeli
2023-09-29chore(master): release 3.7.0 (#84)v3.7.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-29feat: format injected languages (#83)Steven Arcangeli
2023-09-29fix: format_after_save autocmd blocks nvim exit until completeSteven Arcangeli
This fixes one the main issue with a BufWritePost format autocmd: that if the user does `:wq` vim will exit before the formatting changes are applied. Now we will block in VimLeavePre until the formatter completes (or a timeout is reached).
2023-09-29fix: only show "no formatters" warning if formatters passed in explicitly (#85)Steven Arcangeli
2023-09-29[docgen] Update docsGithub Actions
skip-checks: true
2023-09-28feat: add darker (#80)okuuva
* feat: add darker * fix: darker args Added --no-color since we don't want color output. Also set --revision and --stdin-filename since running darker for a single file doesn't make much sense without them. * refactor: make darker args context aware If the buffer is modified we should set revision and stdin-filename in order not to lose changes. If it's not we should leave them unset so that we respect settings from pyproject.toml.
2023-09-28[docgen] Update docsGithub Actions
skip-checks: true
2023-09-27feat: add 'JavaScript Standard Style' formatter (#82)Dennis B
2023-09-26chore(master): release 3.6.0 (#76)v3.6.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-27[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-26feat: new utility functionSteven Arcangeli
2023-09-26feat: another utility for extending formatter argumentsSteven Arcangeli
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-25feat: add `markdown-toc` (#75)pseudometa
* feat: add `markdown-toc` * fix: ran stylua * fix: correct indent when formatting in different buffer
2023-09-25fix: rubocop succeeds even if some errors are not autocorrected (#74)Steven Arcangeli