Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: