diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-11 03:23:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-11 03:23:11 +0900 |
| commit | 23e245aef9953eaeefe79a01bbfa8d1753b3dfbf (patch) | |
| tree | db31387d81c46ba5d4d799c8d8f77f2b89529986 /.config/nvim/lua/vimrc/plugins.lua | |
| parent | 05a19f0490475c1109bd450f5f0c5f935c05aae3 (diff) | |
| download | dotfiles-23e245aef9953eaeefe79a01bbfa8d1753b3dfbf.tar.gz dotfiles-23e245aef9953eaeefe79a01bbfa8d1753b3dfbf.tar.zst dotfiles-23e245aef9953eaeefe79a01bbfa8d1753b3dfbf.zip | |
nvim: install nvim-ts-autotag
Diffstat (limited to '.config/nvim/lua/vimrc/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/vimrc/plugins.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/nvim/lua/vimrc/plugins.lua b/.config/nvim/lua/vimrc/plugins.lua index 7d6e3aa..ed76bce 100644 --- a/.config/nvim/lua/vimrc/plugins.lua +++ b/.config/nvim/lua/vimrc/plugins.lua @@ -369,6 +369,17 @@ return { }) end, }, + -- HTML + { + 'windwp/nvim-ts-autotag', + opts = { + opts = { + enable_close = true, + enable_rename = true, + enable_close_on_slash = true, + }, + }, + }, -- Markdown { 'MeanderingProgrammer/render-markdown.nvim', |
