vimPlugins.treesitter-modules-nvim: init at 0-unstable-2025-12-15

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-12-19 13:40:26 -06:00
parent 3ace3e7db2
commit 26d2953e29
3 changed files with 18 additions and 0 deletions
@@ -15807,6 +15807,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
treesitter-modules-nvim = buildVimPlugin {
pname = "treesitter-modules.nvim";
version = "0-unstable-2025-12-15";
src = fetchFromGitHub {
owner = "MeanderingProgrammer";
repo = "treesitter-modules.nvim";
rev = "dcb5030422732af54631083316887e512e4a79a3";
hash = "sha256-AkyzqsYlSuGKrBEPQahP02TGay+g5TRhYcxYIGR8+9Y=";
};
meta.homepage = "https://github.com/MeanderingProgrammer/treesitter-modules.nvim/";
meta.hydraPlatforms = [ ];
};
treesj = buildVimPlugin {
pname = "treesj";
version = "0-unstable-2025-12-08";
@@ -3580,6 +3580,10 @@ assertNoAdditions {
];
};
treesitter-modules-nvim = super.treesitter-modules-nvim.overrideAttrs {
dependencies = [ self.nvim-treesitter ];
};
triptych-nvim = super.triptych-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -1213,6 +1213,7 @@ https://github.com/markonm/traces.vim/,,
https://github.com/LeonHeidelbach/trailblazer.nvim/,HEAD,
https://github.com/tjdevries/train.nvim/,,
https://github.com/xiyaowong/transparent.nvim/,HEAD,
https://github.com/MeanderingProgrammer/treesitter-modules.nvim/,HEAD,
https://github.com/Wansmer/treesj/,main,
https://github.com/aaronik/treewalker.nvim/,HEAD,
https://github.com/tremor-rs/tremor-vim/,,