Skip to content

Commit

Permalink
docs: add note about treesitter parsers
Browse files Browse the repository at this point in the history
Closes #186
  • Loading branch information
PriceHiller committed May 29, 2024
1 parent 8ae54b9 commit e907a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e907a7e

Please sign in to comment.