From 3dbcbf8b28305e88082bd08b7f6d0cb50e556d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 21 Jul 2022 14:46:24 +0200 Subject: [PATCH] Use a more realistic example Today, I found that this plugin breaks patch files. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ba8a0..f1e002e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Tidy will work on all buffers using only the basic installation shown above. No ```lua require("tidy").setup({ - filetype_exclude = { "markdown", "python" }, + filetype_exclude = { "markdown", "diff" }, }) ```