Add autotag

This commit is contained in:
Michal 2025-04-10 14:49:56 +02:00
parent ed79c419c8
commit e282ec4d44
1 changed files with 7 additions and 1 deletions

View File

@ -933,7 +933,13 @@ require('lazy').setup({
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
-- Auto close and change HTML tags
{
'windwp/nvim-ts-autotag',
config = function()
require('nvim-ts-autotag').setup()
end,
},
{ -- Collection of various small independent plugins/modules
'echasnovski/mini.nvim',
config = function()