neovim/init: override vim syntax highlighting with Treesitter

see: «https://github.com/nvim-treesitter/nvim-treesitter/issues/2254»
This commit is contained in:
NotAShelf 2024-04-30 08:08:54 +03:00
parent 616c00ab46
commit 694012dbd8
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in {
syntaxHighlighting = mkOption {
type = bool;
default = true;
default = !config.vim.treesitter.highlight.enable;
description = "Enable syntax highlighting";
};