Skip to content

Commit 1ba246a

Browse files
committed
vimPlugins.nvim-treesitter-legacy: init
1 parent c0b0e0f commit 1ba246a

File tree

5 files changed

+3778
-21
lines changed

5 files changed

+3778
-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)