plugins.treesitter.highlight.enable
Whether to enable tree-sitter based syntax highlighting.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.treesitter.highlight.disable
List of languages or filetypes for which tree-sitter based syntax highlighting should not be started by Nixvim.
This option only applies to Nixvim’s native tree-sitter highlighting setup for the modern
nvim-treesitter main branch. Legacy nvim-treesitter configuration should continue using
upstream settings under plugins.treesitter.settings.
Type: list of string
Default:
[ ]
Example:
[
"latex"
"html"
]
Declared by: