diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 9aa00a3f682a..318a42f13df9 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a05de14c35c1..8e4cd85b12e2 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index d6e4d6f59e0d..e89f97d07ae7 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,