summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-24 11:05:58 +0000
committerGithub Actions <actions@github>2024-06-24 11:05:58 +0000
commitf823628324eedaed120ea3250301ed7a69728d47 (patch)
treef5674af2067e02bca262fdbcf4791774fee8afe7 /README.md
parent89af7f00b6e52647c7b0e04eb8cc9bc9cab91e3e (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8727875..c9d9591 100644
--- a/README.md
+++ b/README.md
@@ -616,6 +616,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` \
@@ -634,7 +635,6 @@ Check if the buffer will use LSP formatting when lsp_format = "fallback"
| Param | Type | Desc |
| ------- | ------------ | ------------------------------------ |
| options | `nil\|table` | Options passed to vim.lsp.buf.format |
-
<!-- /API -->
## Acknowledgements