Skip to content

Commit d431053

Browse files
committed
nvim-treesitter-legacy: init at 0.10.0-unstable-2025-05-24
1 parent 450a2dd commit d431053

File tree

6 files changed

+3898
-51
lines changed

6 files changed

+3898
-51
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11972,6 +11972,19 @@ final: prev: {
1197211972
meta.hydraPlatforms = [ ];
1197311973
};
1197411974

11975+
nvim-treesitter-legacy = buildVimPlugin {
11976+
pname = "nvim-treesitter-legacy";
11977+
version = "0.10.0-unstable-2025-05-24";
11978+
src = fetchFromGitHub {
11979+
owner = "nvim-treesitter";
11980+
repo = "nvim-treesitter";
11981+
rev = "42fc28ba918343ebfd5565147a42a26580579482";
11982+
hash = "sha256-CVs9FTdg3oKtRjz2YqwkMr0W5qYLGfVyxyhE3qnGYbI=";
11983+
};
11984+
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
11985+
meta.hydraPlatforms = [ ];
11986+
};
11987+
1197511988
nvim-treesitter-pairs = buildVimPlugin {
1197611989
pname = "nvim-treesitter-pairs";
1197711990
version = "0-unstable-2023-07-23";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
lib,
3+
vimPlugins,
4+
}:
5+
lib.recurseIntoAttrs vimPlugins.nvim-treesitter-legacy.grammarPlugins

0 commit comments

Comments
 (0)