nvim-ts-autotag icon indicating copy to clipboard operation
nvim-ts-autotag copied to clipboard

Use treesitter to auto close and auto rename html tag

Results 41 nvim-ts-autotag issues
Sort by recently updated
recently updated
newest added

Seems an update upstream in `nvim-treesitter` has broken our tests, need to update our `typescriptreact` configuration to work with the upstream changes.

pinned

To get `enable_rename` to work for `vue` filetype I have to use one or two setup opts: ```lua local opts = { opts = { enable_close = true, enable_rename =...

I am not sure about the reason and I didn't find any specific circumstances to reproduce but in any more or less complicated react components renaming tag doesn't work. https://github.com/windwp/nvim-ts-autotag/assets/16926049/86201980-27c9-496d-921d-1676d3335cf5...

pinned

Hello! I like this plugin, but this breaks dot repeating inserts with `>` in it. For example: - enter insert mode - type `$this->` - exit insert mode - press...

pinned

### Closing pairs are not renamed when changing tag and immediately adding an attribute after it ```sh ↑ ``` When typing `ciwmain class="test"`, it becomes: ```sh ``` It would be...

Though `init` will be deprecated, it is called automatically when this plugin is loaded, causing loading `nvim-treesitter`, which is no longer needed now.

![Image](https://github.com/user-attachments/assets/04d489b4-d364-4e24-bbe7-7701c7da6eb5) ![Image](https://github.com/user-attachments/assets/9a876975-3298-42e1-a25c-4bb22712df40)

Hi, I noticed the documentation is outdated and both `eruby` and `htmldjango` are supported out of the box in: https://github.com/windwp/nvim-ts-autotag/blob/a1d526af391f6aebb25a8795cbc05351ed3620b5/lua/nvim-ts-autotag/config/plugin.lua#L143-L147 When I goto a file where `set ft` reports back...

Hello, When using jake-stewart/multicursor.nvim with ts-autotag enabled, closing angle brackets do not appear anywhere but the main cursor. I also had this issue previously with smoka7/multicursors.nvim, which was also solved...