yet another tree-sitter optimization

This commit is contained in:
2026-03-25 20:34:02 +01:00
parent b27f0e7026
commit fddd7c1573
+1 -3
View File
@@ -10,7 +10,5 @@ return {
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true } indent = { enable = true }
}, },
config = function(_, opts)
require("nvim-treesitter.configs").setup(opts)
end,
} }