removed autotag

This commit is contained in:
Armando 2024-06-10 17:10:59 -03:00
parent 5c3df06138
commit 5f4329d6cb
1 changed files with 0 additions and 6 deletions

View File

@ -985,13 +985,7 @@ require('lazy').setup({
},
indent = { enable = true, disable = { 'ruby' } },
},
dependencies = {
{
'windwp/nvim-ts-autotag',
opts = { enable_close_on_slash = true, filetypes = { 'html', 'javascript', 'javascriptreact', 'typescript', 'typescriptreact', 'vue', 'xml' } },
},
},
config = function(_, opts)
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`