vimPlugins.treesitter-modules-nvim: init at 0-unstable-2025-12-15 (#472491)
This commit is contained in:
@@ -15911,6 +15911,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";
|
||||
|
||||
@@ -3606,6 +3606,10 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
treesitter-modules-nvim = super.treesitter-modules-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-treesitter ];
|
||||
};
|
||||
|
||||
triptych-nvim = super.triptych-nvim.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
@@ -1221,6 +1221,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/,,
|
||||
|
||||
Reference in New Issue
Block a user