removed autotag
This commit is contained in:
parent
5c3df06138
commit
5f4329d6cb
6
init.lua
6
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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue