diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 63f0266f395f..164c0e8fb7bc 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 0f223263cdd7..bd9f3940bf2a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4f63eb7fae3e..1884a1007ff5 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,