aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-01feat: add support for kcl fmt (#431)Mads Hougesen
2024-06-01feat: add support for hindent (#430)Mads Hougesen
Adds support for Haskell formatter hindent
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat: add support for npm-groovy-lint (#433)Mads Hougesen
2024-06-01[docgen] Update docsGithub Actions
skip-checks: true
2024-06-01feat(haskell): support stylish-haskell (#435)Mads Hougesen
* feat: add support for stylish-haskell * refactor: use stdin instead of file
2024-05-22doc: add type annotations for setup() functionSteven Arcangeli
2024-05-22chore(master): release 5.8.0 (#416)v5.8.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-22feat: add `ruff_organize_imports` formatter (#418)Micah Halter
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-22feat: add forge_fmt formatter support for solidity filetype (#417)Nam Anh Pham Hoang
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-21feat: add support for leptosfmt (#415)George Nelson
2024-05-22[docgen] Update docsGithub Actions
skip-checks: true
2024-05-21feat: add support for typstyle (#412)Emanuel Särnhammar
* feat: add support for typstyle * doc: add period at end of description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-05-21docs: better type definitions for top-level functions (#410)Jon Heinritz
* docs: extract conform.format(opts) into it's own class * docs: extract conform.format_lines(opts) into it's own class * refactor: use new nvim_doc_tools capability to remove duplicated class definition --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-05-16ci: upgrade release-please-action to v4Steven Arcangeli
2024-05-16chore(master): release 5.7.0 (#375)v5.7.0github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-16[docgen] Update docsGithub Actions
skip-checks: true
2024-05-16feat: add support for bpfmt (#405)youfa
2024-05-16ci: update stylua version to v0.20.0Steven Arcangeli
2024-05-16ci: test against Neovim 0.10Steven Arcangeli
2024-05-13fix: warning messages for improper async in format_on_save (#401)Steven Arcangeli
2024-05-13[docgen] Update docsGithub Actions
skip-checks: true
2024-05-13feat: add support for yew-fmt (#398)Mads Hougesen
* feat: add support for yew-fmt Should close #314 :) * refactor: copy rustfmt to yew-fmt * fix: use correct default_edition * refactor: extract Cargo.toml parsing into utility function * refactor: yew-fmt doesn't rely directly on rustfmt definition --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-05-13fix: lazily compute relative filepathSteven Arcangeli
2024-05-13[docgen] Update docsGithub Actions
skip-checks: true
2024-05-13feat: add hcl formatter (hclfmt) (#402)Jonas Ohland
* feat: add hclfmt hcl formatter * doc: format description --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-05-13fix(windows): assertion failure when computing relative path (#400)Steven Arcangeli
2024-05-10feat: add snakefmt formatter for snakemake files (#399)Christian Johansen
2024-05-10fix(isort): explicitly pass line endings (#395)Steven Arcangeli
2024-05-10[docgen] Update docsGithub Actions
skip-checks: true
2024-05-09feat: add ormolu formatter for Haskell (#377) (#397)Marcus Fernandes
* feat: add ormolu formatter for Haskell (#377) * add ormolu references to README.md and doc/conform.txt * revert wrong auto typo fix by codespell * update meta field in the formatter * doc: typo --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-05-07feat: formatters can use $RELATIVE_FILEPATH in args (#349)Steven Arcangeli
2024-05-06[docgen] Update docsGithub Actions
skip-checks: true
2024-05-06feat: add ktfmt formatter for Kotlin (#392)Alexandros Alexiou
2024-05-06fix(biome): support biome.jsonc file (#394)ton1517
2024-05-06[docgen] Update docsGithub Actions
skip-checks: true
2024-05-06feat: add verible formatter for SystemVerilog (#391)Nathan Thomas
* Add verible formatter * Add verible to README formatter list * Update description * Formatting * Formatting attempt again * lint: apply stylua --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-04-28fix(mix): allow mix formatter to format different filetypes (#389)Jen Stehlik
2024-04-24fix(util): new function throwing an error when the given extended value is ↵Cenk Kılıç
nil (#385)
2024-04-23ci: update checkout actionSteven Arcangeli
2024-04-23fix: refactor deprecated methods in neovim 0.10Steven Arcangeli
2024-04-17fix(prettierd): correctly find prettierd executable on windows (#378)Dimitris Hatziyannis
2024-04-17feat: add support for mdsf (#380)Mads Hougesen
2024-04-13fix: handle windows line ending when config.stdin is true (#361)Li BingMuyou
2024-04-13fix(biome-check): use safe fixes (#373)Francesco Pasqua
2024-04-13[docgen] Update docsGithub Actions
skip-checks: true
2024-04-13feat: add support for bicep (#368)Scott McKendry