mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
vimPlugins.remote-nvim-nvim: init at 2024-08-04
This commit is contained in:
parent
22cbea2b0f
commit
e80fe3299c
@ -10844,6 +10844,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/vladdoster/remember.nvim/";
|
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 {
|
renamer-nvim = buildVimPlugin {
|
||||||
pname = "renamer.nvim";
|
pname = "renamer.nvim";
|
||||||
version = "2022-08-29";
|
version = "2022-08-29";
|
||||||
|
@ -2234,6 +2234,14 @@ in
|
|||||||
nvimRequireCheck = "refactoring";
|
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 {
|
renamer-nvim = super.renamer-nvim.overrideAttrs {
|
||||||
dependencies = [ self.plenary-nvim ];
|
dependencies = [ self.plenary-nvim ];
|
||||||
};
|
};
|
||||||
|
@ -901,6 +901,7 @@ https://github.com/ryvnf/readline.vim/,,
|
|||||||
https://github.com/theprimeagen/refactoring.nvim/,,
|
https://github.com/theprimeagen/refactoring.nvim/,,
|
||||||
https://github.com/tversteeg/registers.nvim/,,
|
https://github.com/tversteeg/registers.nvim/,,
|
||||||
https://github.com/vladdoster/remember.nvim/,,
|
https://github.com/vladdoster/remember.nvim/,,
|
||||||
|
https://github.com/amitds1997/remote-nvim.nvim/,HEAD,
|
||||||
https://github.com/filipdutescu/renamer.nvim/,,
|
https://github.com/filipdutescu/renamer.nvim/,,
|
||||||
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
|
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
|
||||||
https://github.com/gabrielpoca/replacer.nvim/,HEAD,
|
https://github.com/gabrielpoca/replacer.nvim/,HEAD,
|
||||||
|
Loading…
Reference in New Issue
Block a user