Fix enable treesitter highlighting

This commit is contained in:
2023-09-04 20:23:17 +02:00
parent f74d4c73f2
commit 9a01cb6b0e
+4
View File
@@ -76,6 +76,10 @@ require("nvim-treesitter.configs").setup({
"zig",
},
highlight = {
enable = true,
},
-- Indentation based on treesitter for the = operator.
-- NOTE: This is an experimental feature.
indent = {