aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc/recipes.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8c8e39..3d312b8 100644
--- a/README.md
+++ b/README.md
@@ -311,6 +311,7 @@ require("conform").formatters.my_formatter = {
- [Customizing formatters](doc/recipes.md#customizing-formatters)
- [Autoformat with extra features](doc/recipes.md#autoformat-with-extra-features)
- [Command to toggle format-on-save](doc/recipes.md#command-to-toggle-format-on-save)
+- [Automatically run slow formatters async](doc/recipes.md#automatically-run-slow-formatters-async)
<!-- /RECIPES -->
diff --git a/doc/recipes.md b/doc/recipes.md
index 467029b..8dae5fc 100644
--- a/doc/recipes.md
+++ b/doc/recipes.md
@@ -6,6 +6,7 @@
- [Customizing formatters](#customizing-formatters)
- [Autoformat with extra features](#autoformat-with-extra-features)
- [Command to toggle format-on-save](#command-to-toggle-format-on-save)
+- [Automatically run slow formatters async](#automatically-run-slow-formatters-async)
<!-- /TOC -->