aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f320b23..8171412 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Lightweight yet powerful formatter plugin for Neovim
- [Recipes](#recipes)
- [Advanced topics](#advanced-topics)
- [Options](#options)
+- [Formatter options](#formatter-options)
- [API](#api)
- [format(opts, callback)](#formatopts-callback)
- [list_formatters(bufnr)](#list_formattersbufnr)
@@ -480,6 +481,15 @@ require("conform").formatters.my_formatter = {
<!-- /OPTIONS -->
+## Formatter options
+
+<!-- FORMATTER_OPTIONS -->
+
+- [injected](doc/formatter_options.md#injected)
+- [prettier](doc/formatter_options.md#prettier)
+
+<!-- /FORMATTER_OPTIONS -->
+
## API
<!-- API -->