From 8a9a05df16c762dae99f7a5f72ee75392e017983 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 9 Feb 2026 20:17:51 +0100 Subject: [PATCH] minor fix --- modules/nvim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nvim.nix b/modules/nvim.nix index 79bf9da..1fad24b 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -71,7 +71,7 @@ settings = { highlight = { enable = true; - additional_vim_regex_highlighting = true; + additional_vim_regex_highlighting = false; }; indent = { enable = true; @@ -80,7 +80,7 @@ auto_install = false; }; grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [ - bash c cpp css dockerfile go html javascript json lua markdown nix python rust typescript yaml + bash c cpp css dockerfile go html javascript json lua markdown nix python rust typescript yaml latex ]; };