This commit is contained in:
2026-03-10 22:20:18 +01:00
parent 158d9112c6
commit b50ad6baa8

View File

@@ -12,6 +12,9 @@ return {
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true }, indent = { enable = true },
}, },
highlight = { enable = true, },
-- Integrate autotag with Treesitter
autotag = { enable = true, },
config = function(_, opts) config = function(_, opts)
local ok, configs = pcall(require, "nvim-treesitter.configs") local ok, configs = pcall(require, "nvim-treesitter.configs")
if ok then configs.setup(opts) end if ok then configs.setup(opts) end