nvim-ts-autotag
nvim-ts-autotag copied to clipboard
Use treesitter to auto close and auto rename html tag
Seems an update upstream in `nvim-treesitter` has broken our tests, need to update our `typescriptreact` configuration to work with the upstream changes.
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...
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...
### 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.
 
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...