vimPlugins.live-rename-nvim: init at 2025-06-23

This commit is contained in:
"Jan Lafferton"
2025-07-01 14:12:10 +02:00
parent 5de2d661db
commit cda617fe3f
2 changed files with 14 additions and 0 deletions
@@ -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";
@@ -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,