aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
AgeCommit message (Expand)Author
2023-09-14feat: add `markdownlint`, `stylelint`, `codespell`, and `biome` (#45)pseudometa
2023-09-14feat: add deno fmt (#46)Riley Bruins
2023-09-14feat: add djlint (#47)zootedb0t
2023-09-14feat: add buf as protobuf linter (#43)buz
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-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-08feat: format() can always fall back to LSP formattingSteven 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-07feat: add beautysh, taplo, trim_newlines and trim_whitespace (#29)xfzv
2023-08-31fix: callback should always be calledSteven Arcangeli
2023-08-31feat: format() takes an optional callback (#21)Steven Arcangeli
2023-08-30feat: apply changes as text edits using LSP utils (#18)Steven Arcangeli
2023-08-29feat: notify when formatter errors, and add notify_on_error config option (#16)Steven Arcangeli
2023-08-29fix: shellharden (#15)Seth Daniel
2023-08-29feat: display last few lines of the log file in :ConformInfoSteven Arcangeli
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: formatter config function is passed the buffer number (#9)Steven Arcangeli
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-28fix: stable ordering when specifying multiple formattersSteven Arcangeli
2023-08-28refactor!: remove ability for formatter list to disable autoformatSteven Arcangeli
2023-08-28fix: don't show 'no formatters' warning if none configuredSteven Arcangeli
2023-08-28feat: can silence notification when running formatters (#7)Steven Arcangeli
2023-08-28fix: remove unnecessary notifySteven Arcangeli
2023-08-27fix: keep window position stable when LSP formattingSteven Arcangeli
2023-08-27lint: fix type annotationsSteven Arcangeli
2023-08-27doc: flesh out config options documentationSteven Arcangeli
2023-08-27fix: no need to save/restore window viewSteven Arcangeli
2023-08-27test: add a test suiteSteven Arcangeli
2023-08-27feat: new formatter: fish_indent (#5)Mahan
2023-08-26fix: gracefully handle another timeout caseSteven Arcangeli
2023-08-25fix: ensure real buffer numbers get loggedSteven Arcangeli
2023-08-25fix: don't modify files when no styling changesSteven Arcangeli
2023-08-25fix: set a cwd for styluaSteven Arcangeli
2023-08-25fix: notification when no formatters availableSteven Arcangeli
2023-08-25feat: first working versionSteven Arcangeli