Use a more realistic example

Today, I found that this plugin breaks patch files.
This commit is contained in:
Grégoire Paris
2022-07-21 14:46:24 +02:00
committed by GitHub
parent 30bd92bb51
commit 3dbcbf8b28

View File

@@ -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" },
})
```