From 5f4329d6cb2ab3a2dcaf0cef285f0cc45c344594 Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 10 Jun 2024 17:10:59 -0300 Subject: [PATCH] removed autotag --- init.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.lua b/init.lua index 81f33aa5..3fda9f7a 100644 --- a/init.lua +++ b/init.lua @@ -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`