diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 91ba945..7750cb8 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -12,6 +12,9 @@ return { highlight = { enable = true }, indent = { enable = true }, }, + highlight = { enable = true, }, + -- Integrate autotag with Treesitter + autotag = { enable = true, }, config = function(_, opts) local ok, configs = pcall(require, "nvim-treesitter.configs") if ok then configs.setup(opts) end