nvim-ts-autotag
Tag completer
A plugin that uses Treesitter to auto-close and auto-rename HTML tags in Neovim
Use treesitter to auto close and auto rename html tag
2k stars
11 watching
95 forks
Language: Lua
last commit: about 2 months ago
Linked from 1 awesome list
autotagtreesitter
Related projects:
Repository | Description | Stars |
---|---|---|
rrethy/nvim-treesitter-endwise | Automatically adds closing tags to certain structures in code to improve readability and maintainability. | 357 |
linrongbin16/gentags.nvim | Automated tags management plugin for Neovim to fill gaps in LSP and Treesitter implementations | 15 |
formulahendry/vscode-auto-close-tag | An extension for Visual Studio Code that automatically adds HTML/XML close tags when typing the closing bracket of an opening tag. | 180 |
nvim-treesitter/nvim-treesitter-textobjects | Enables syntax-aware text objects in Neovim with tree-sitter support | 2,227 |
m4xshen/autoclose.nvim | Automatically pairs and closes brackets in text editing | 532 |
mong8se/actually.nvim | A tool to provide a suggestion list after auto-completion, helping users choose the correct file instead of an incorrect one. | 56 |
mfussenegger/nvim-treehopper | A plugin that provides region selection with hints on the abstract syntax tree of a document. | 438 |
rrethy/nvim-treesitter-textsubjects | A plugin that enables location-aware text objects in Neovim. | 523 |
jmarkin/gentags.lua | Automates the generation of tags for use with Neovim from Ctags output | 13 |
mawkler/demicolon.nvim | Enables custom repeat keys in Neovim for diagnostics and Treesitter text-object motions | 79 |
seniormars/typst.nvim | A Neovim plugin for supporting the TypST language with Treesitter highlighting, snippets, and integration. | 145 |
nvim-neorocks/luarocks-tag-release | Automates Luarocks releases from tags and runs busted tests for Neovim plugins | 48 |
stevearc/overseer.nvim | A task runner and job management plugin for Neovim | 1,274 |
tenxsoydev/karen-yank.nvim | A Neovim plugin to improve register handling with intuitive mappings and intentional deletion | 83 |
backdround/neowords.nvim | Provides flexible and reliable word hopping functionality in Neovim | 57 |