Remove Treesitter autotag (deprecated)
This commit is contained in:
parent
6a885bd906
commit
296a271905
4
init.lua
4
init.lua
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue