Use a more realistic example

Today, I found that this plugin breaks patch files.
main
Grégoire Paris 2 years ago committed by GitHub
parent 30bd92bb51
commit 3dbcbf8b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save