diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 261ae0b..d4fa0fe 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -14,6 +14,8 @@ npairs.setup( } ) +require("nvim-ts-autotag").setup({}) + local tscc = require("ts_context_commentstring.config") tscc.update( { @@ -30,8 +32,5 @@ require "nvim-treesitter.configs".setup { }, autotag = { enable = true - }, - autopairs = { - enable = true } }