Fix enable treesitter highlighting
This commit is contained in:
@@ -76,6 +76,10 @@ require("nvim-treesitter.configs").setup({
|
|||||||
"zig",
|
"zig",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
highlight = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
|
|
||||||
-- Indentation based on treesitter for the = operator.
|
-- Indentation based on treesitter for the = operator.
|
||||||
-- NOTE: This is an experimental feature.
|
-- NOTE: This is an experimental feature.
|
||||||
indent = {
|
indent = {
|
||||||
|
|||||||
Reference in New Issue
Block a user