mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.repolink-nvim: init at 2023-12-08
This commit is contained in:
parent
a262d99391
commit
6d3947dc3e
3 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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; [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue