Fix enable treesitter highlighting
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user