From 5aa46150b4e828c4224fea4421a84bd37fdbb235 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 16 Jan 2026 16:28:42 +0100 Subject: [PATCH] minor --- modules/nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nvim.nix b/modules/nvim.nix index 05927d5..507a90f 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -93,7 +93,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 ]; };