Merge pull request #6 from greg0ire/patch-1

Use a more realistic example
This commit is contained in:
jmp
2022-07-21 06:50:22 -07:00
committed by GitHub

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