mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.nvim-trevJ-lua: init at 2024-12-23 (#370384)
This commit is contained in:
commit
cd9f495ef7
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue