From 8be92eda7135989c146b8ce861fdf8bb19ec2bec Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 26 Jan 2026 17:02:26 +0000 Subject: [PATCH] moar grammars --- profiles/neovim/plugins/treesitter.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/profiles/neovim/plugins/treesitter.nix b/profiles/neovim/plugins/treesitter.nix index 8465731..083356b 100644 --- a/profiles/neovim/plugins/treesitter.nix +++ b/profiles/neovim/plugins/treesitter.nix @@ -5,18 +5,6 @@ highlight.enable = true; indent.enable = true; }; - grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [ - bash - elixir - fish - heex - json - markdown - nix - toml - tsx - typescript - yaml - ]; + grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars; }; }