vimPlugins.nvim-trevJ-lua: init at 2024-12-23

vimPlugins.nvim-trevJ-lua: init at 2024-12-23

chore: put dependency on single line
This commit is contained in:
Johan Larsson
2025-01-02 22:28:20 +01:00
parent 524a505874
commit f4992924b3
3 changed files with 18 additions and 0 deletions
@@ -9785,6 +9785,18 @@ final: prev:
meta.homepage = "https://github.com/RRethy/nvim-treesitter-textsubjects/";
};
nvim-trevJ-lua = buildVimPlugin {
pname = "nvim-trevJ.lua";
version = "2024-12-23";
src = fetchFromGitHub {
owner = "AckslD";
repo = "nvim-trevJ.lua";
rev = "86445d0143d47aede944b6daa5c0a463e9d3e730";
sha256 = "0wrmzk7wyr4mk8y0c7hq0qqk19ngdwvvd80690vqs3vby89a5zkj";
};
meta.homepage = "https://github.com/AckslD/nvim-trevJ.lua/";
};
nvim-ts-autotag = buildVimPlugin {
pname = "nvim-ts-autotag";
version = "2024-12-02";
@@ -2308,6 +2308,11 @@ in
dependencies = [ self.nvim-treesitter ];
};
nvim-trevJ-lua = super.nvim-trevJ-lua.overrideAttrs {
dependencies = [ self.nvim-treesitter ];
nvimRequireCheck = "trevj";
};
nvim-ufo = super.nvim-ufo.overrideAttrs {
dependencies = [ self.promise-async ];
nvimRequireCheck = "ufo";
@@ -812,6 +812,7 @@ https://github.com/nvim-treesitter/nvim-treesitter-refactor/,,
https://github.com/PaterJason/nvim-treesitter-sexp/,HEAD,
https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,
https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD,
https://github.com/AckslD/nvim-trevJ.lua/,HEAD,
https://github.com/windwp/nvim-ts-autotag/,,
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
https://github.com/kevinhwang91/nvim-ufo/,HEAD,