add ts-autotag to make renaming html tags really easy

This commit is contained in:
2024-11-19 13:48:27 -06:00
parent 54d4144043
commit 85f45b6758

View File

@ -0,0 +1,8 @@
return { 'windwp/nvim-ts-autotag',
requires = 'nvim-telescope/telescope.nvim',
disable = vim.version.lt(vim.version(), { 0, 9, }),
function()
require('nvim-ts-autotag').setup {}
end
}