vimPlugins.repolink-nvim: init at 2023-12-08

This commit is contained in:
poz 2025-01-28 01:42:46 +01:00
parent a262d99391
commit 6d3947dc3e
No known key found for this signature in database
3 changed files with 17 additions and 0 deletions

View file

@ -11324,6 +11324,18 @@ final: prev:
meta.homepage = "https://github.com/gabrielpoca/replacer.nvim/";
};
repolink-nvim = buildVimPlugin {
pname = "repolink.nvim";
version = "2023-12-08";
src = fetchFromGitHub {
owner = "9seconds";
repo = "repolink.nvim";
rev = "55edfedbaef3e894d2ab5107ea7fadc64cb8258d";
sha256 = "1pa75cmb1fyxz4b9lam4vbgkcy2g3lfj0f31s17cppzapk0aqh6a";
};
meta.homepage = "https://github.com/9seconds/repolink.nvim/";
};
resession-nvim = buildVimPlugin {
pname = "resession.nvim";
version = "2024-12-24";

View file

@ -2763,6 +2763,10 @@ in
dependencies = [ self.plenary-nvim ];
};
repolink-nvim = super.repolink-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
# needs "http" and "json" treesitter grammars too
rest-nvim = super.rest-nvim.overrideAttrs {
dependencies = with self; [

View file

@ -938,6 +938,7 @@ https://github.com/amitds1997/remote-nvim.nvim/,HEAD,
https://github.com/filipdutescu/renamer.nvim/,,
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
https://github.com/gabrielpoca/replacer.nvim/,HEAD,
https://github.com/9seconds/repolink.nvim/,HEAD,
https://github.com/stevearc/resession.nvim/,HEAD,
https://github.com/rest-nvim/rest.nvim/,,
https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim