vimPlugins.live-rename-nvim: init at 2025-06-23
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user