diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1b22e0bae02f..71a57862489c 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -7354,6 +7354,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + live-rename-nvim = buildVimPlugin { + pname = "live-rename.nvim"; + version = "2025-06-23"; + src = fetchFromGitHub { + owner = "saecki"; + repo = "live-rename.nvim"; + rev = "78fcdb4072c6b1a8e909872f9a971b2f2b642d1e"; + sha256 = "0g0yirjvlzjy7v6lpzwphn87h3mgs33l3pa3sw9np36lhk9ww6g4"; + }; + meta.homepage = "https://github.com/saecki/live-rename.nvim/"; + meta.hydraPlatforms = [ ]; + }; + live-share-nvim = buildVimPlugin { pname = "live-share.nvim"; version = "2025-05-03"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a5457cddb3cc..4ed4a36ed028 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -564,6 +564,7 @@ https://github.com/ldelossa/litee-filetree.nvim/,, https://github.com/ldelossa/litee-symboltree.nvim/,, https://github.com/ldelossa/litee.nvim/,, https://github.com/smjonas/live-command.nvim/,HEAD, +https://github.com/saecki/live-rename.nvim/,HEAD, https://github.com/azratul/live-share.nvim/,HEAD, https://github.com/ggml-org/llama.vim/,HEAD, https://github.com/huggingface/llm.nvim/,HEAD,