From b50ad6baa8320483918ebd756ac922723b9c9b23 Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Tue, 10 Mar 2026 22:20:18 +0100 Subject: [PATCH] tabs --- lua/plugins/treesitter.lua | 3 +++ 1 file changed, 3 insertions(+) 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