This commit is contained in:
ramintheredmn 2024-03-25 01:07:11 +03:30
parent 92c4b967fd
commit 08ab0e95e6
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
'windwp/nvim-ts-autotag',
config = function()
require('nvim-ts-autotag').setup()
end,
}