vimPlugins.remote-nvim-nvim: init at 2024-08-04 (#360621)

This commit is contained in:
Austin Horstman
2024-12-01 09:09:07 -06:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
@@ -10868,6 +10868,18 @@ final: prev:
meta.homepage = "https://github.com/vladdoster/remember.nvim/";
};
remote-nvim-nvim = buildVimPlugin {
pname = "remote-nvim.nvim";
version = "2024-08-04";
src = fetchFromGitHub {
owner = "amitds1997";
repo = "remote-nvim.nvim";
rev = "ffbf91f6132289a8c43162aba12c7365c28d601c";
sha256 = "00phk7jgg1hrr3vrr5k19kx1a23srwxiqf3nl6gn4v9f7kn900pj";
};
meta.homepage = "https://github.com/amitds1997/remote-nvim.nvim/";
};
renamer-nvim = buildVimPlugin {
pname = "renamer.nvim";
version = "2022-08-29";
@@ -2248,6 +2248,14 @@ in
nvimRequireCheck = "refactoring";
};
remote-nvim-nvim = super.remote-nvim-nvim.overrideAttrs {
dependencies = with self; [
nui-nvim
plenary-nvim
];
nvimSkipModule = "repro";
};
renamer-nvim = super.renamer-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -903,6 +903,7 @@ https://github.com/ryvnf/readline.vim/,,
https://github.com/theprimeagen/refactoring.nvim/,,
https://github.com/tversteeg/registers.nvim/,,
https://github.com/vladdoster/remember.nvim/,,
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,