Remove Treesitter autotag (deprecated)

This commit is contained in:
Mohammad Moosazadeh 2024-06-02 13:35:32 -04:00
parent 6a885bd906
commit 296a271905
1 changed files with 0 additions and 4 deletions

View File

@ -886,10 +886,6 @@ require('lazy').setup({
additional_vim_regex_highlighting = { 'ruby' }, additional_vim_regex_highlighting = { 'ruby' },
}, },
indent = { enable = true, disable = { 'ruby' } }, indent = { enable = true, disable = { 'ruby' } },
autotag = {
enable = true,
filetypes = { 'html', 'xml', 'javascriptreact', 'typescriptreact' },
},
}, },
config = function(_, opts) config = function(_, opts)
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`