This commit is contained in:
Yaser Alraddadi 2024-08-19 02:00:42 +03:00
parent 24b705b6ab
commit 0862adc22e
4 changed files with 36 additions and 6 deletions

View file

@ -1,12 +1,12 @@
return {
{
'windwp/nvim-ts-autotag',
-- ft = {
-- 'html',
-- 'javascript',
-- 'typescript',
-- 'svelte',
-- },
ft = {
'html',
'javascript',
'typescript',
'svelte',
},
config = function()
require('nvim-ts-autotag').setup {
-- opts = {