user/neovim: add nvim-ts-autotag

This commit is contained in:
Cilly Leang 2025-08-17 23:32:23 +10:00
parent b06bb7009c
commit 240ff86538
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ in {
fzf-vim
fzf-lsp-nvim
lualine-nvim
nvim-ts-autotag
nvim-web-devicons
plenary-nvim
tokyonight-nvim

View file

@ -66,6 +66,7 @@ vim.cmd("au FileType rust highlight DiagnosticUnderlineHint ctermfg=14 gui=itali
-- Plugins
require('autoclose').setup {}
require('nvim-ts-autotag').setup {}
require('nvim-highlight-colors').setup {}
require('nvim-treesitter.configs').setup {
highlight = { enable = true },