docs: add note about treesitter parsers

Closes #186
This commit is contained in:
Price Hiller 2024-05-29 12:28:08 -05:00
parent 8ae54b90e3
commit e907a7ebe2
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -36,6 +36,9 @@ Before Input After
Requires `Nvim 0.9.5` and up.
Note that `nvim-ts-autotag` will not work unless you have treesitter parsers (like `html`) installed for a given
filetype. See [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) for installing parsers.
```lua
require('nvim-ts-autotag').setup({
opts = {