vimPlugins.remote-nvim-nvim: init at 2024-08-04

This commit is contained in:
Austin Horstman 2024-11-30 18:25:31 -06:00
parent 22cbea2b0f
commit e80fe3299c
No known key found for this signature in database
3 changed files with 21 additions and 0 deletions

View File

@ -10844,6 +10844,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";

View File

@ -2234,6 +2234,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 ];
};

View File

@ -901,6 +901,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,