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 ]; };