Skip to content

Commit 0ae4186

Browse files
vimPlugins.nvim-treesitter-legacy: init (#472119)
2 parents 138acf9 + 31d10c1 commit 0ae4186

File tree

6 files changed

+3786
-21
lines changed

6 files changed

+3786
-21
lines changed
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{ vimUtils, fetchFromGitHub }:
2+
vimUtils.buildVimPlugin {
3+
pname = "nvim-treesitter-legacy";
4+
version = "0.10.0-unstable-2025-05-24";
5+
src = fetchFromGitHub {
6+
owner = "nvim-treesitter";
7+
repo = "nvim-treesitter";
8+
rev = "42fc28ba918343ebfd5565147a42a26580579482";
9+
hash = "sha256-CVs9FTdg3oKtRjz2YqwkMr0W5qYLGfVyxyhE3qnGYbI=";
10+
};
11+
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
12+
meta.hydraPlatforms = [ ];
13+
}

0 commit comments

Comments
 (0)