vimPlugins.remote-sshfs-nvim: init at 2024-08-29

This commit is contained in:
PerchunPak
2025-01-31 15:03:15 +01:00
parent 979b8053f0
commit 050ff0755c
3 changed files with 26 additions and 0 deletions
@@ -11223,6 +11223,18 @@ final: prev:
meta.homepage = "https://github.com/amitds1997/remote-nvim.nvim/";
};
remote-sshfs-nvim = buildVimPlugin {
pname = "remote-sshfs.nvim";
version = "2024-08-29";
src = fetchFromGitHub {
owner = "nosduco";
repo = "remote-sshfs.nvim";
rev = "03f6c40c4032eeb1ab91368e06db9c3f3a97a75d";
sha256 = "1pl08cpgx27mhmbjxlqld4n2728hxs0hvwyjjy982k315hhhhldw";
};
meta.homepage = "https://github.com/nosduco/remote-sshfs.nvim/";
};
renamer-nvim = buildVimPlugin {
pname = "renamer.nvim";
version = "2022-08-29";
@@ -44,12 +44,14 @@
nodejs,
notmuch,
openscad,
openssh,
parinfer-rust,
phpactor,
ranger,
ripgrep,
skim,
sqlite,
sshfs,
statix,
stylish-haskell,
tabnine,
@@ -2796,6 +2798,17 @@ in
nvimSkipModule = "repro";
};
remote-sshfs-nvim = super.remote-sshfs-nvim.overrideAttrs {
dependencies = with self; [
telescope-nvim
plenary-nvim
];
runtimeDeps = [
openssh
sshfs
];
};
renamer-nvim = super.renamer-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -929,6 +929,7 @@ 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/nosduco/remote-sshfs.nvim/,HEAD,
https://github.com/filipdutescu/renamer.nvim/,,
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
https://github.com/gabrielpoca/replacer.nvim/,HEAD,