Skip to content

Commit

Permalink
vimPlugins.nvim-trevJ-lua: init at 2024-12-23 (#370384)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 2, 2025
2 parents 664272e + f499292 commit cd9f495
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 5 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd9f495

Please sign in to comment.