aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-31 14:29:48 +0000
committerGithub Actions <actions@github>2023-10-31 14:29:48 +0000
commit2c1e852fbf723b7d89b14fd28089472d92edeeb9 (patch)
tree618189975213d4384942016e1602f44fbd396502
parent9bb3a940389dda796192a477a016069472692526 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md3
-rw-r--r--doc/conform.txt5
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index f8fb03d..1d171c2 100644
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ You can view this list in vim with `:help conform-formatters`
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.
- [markdown-toc](https://github.com/jonschlinkert/markdown-toc) - API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
-- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) - A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library.
+- [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) - A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library
- [mdformat](https://github.com/executablebooks/mdformat) - An opinionated Markdown formatter.
- [mix](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) - Format Elixir files using the mix format command.
- [nixfmt](https://github.com/serokell/nixfmt) - nixfmt is a formatter for Nix code, intended to apply a uniform style.
@@ -497,6 +497,7 @@ Retrieve the available formatters for a buffer
`list_all_formatters(): conform.FormatterInfo[]` \
List information about all filetype-configured formatters
+
### get_formatter_info(formatter, bufnr)
`get_formatter_info(formatter, bufnr): conform.FormatterInfo` \
diff --git a/doc/conform.txt b/doc/conform.txt
index cbc558d..5943590 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -228,9 +228,10 @@ FORMATTERS *conform-formatter
`markdown-toc` - API and CLI for generating a markdown TOC (table of contents)
for a README or any markdown files.
`markdownlint` - A Node.js style checker and lint tool for Markdown/CommonMark
+ files.
`markdownlint-cli2` - A fast, flexible, configuration-based command-line
- interface for linting Markdown/CommonMark files with
- the markdownlint library
+ interface for linting Markdown/CommonMark files with the
+ markdownlint library
`mdformat` - An opinionated Markdown formatter.
`mix` - Format Elixir files using the mix format command.
`nixfmt` - nixfmt is a formatter for Nix code, intended to apply a uniform