vimPlugins.live-share-nvim: init at 2025-05-03 (#414998)

authored by Gaétan Lepage and committed by GitHub 44402219 fba25b5b

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 7290 7290 meta.hydraPlatforms = [ ]; 7291 7291 }; 7292 7292 7293 + live-share-nvim = buildVimPlugin { 7294 + pname = "live-share.nvim"; 7295 + version = "2025-05-03"; 7296 + src = fetchFromGitHub { 7297 + owner = "azratul"; 7298 + repo = "live-share.nvim"; 7299 + rev = "11edb945131752c534fc903b7af2abfd6cf7edc6"; 7300 + sha256 = "11aiy4ki2gd67zfvf8bn3c0vghwmk8i87ylx3h1v0kvdjbq3bxww"; 7301 + }; 7302 + meta.homepage = "https://github.com/azratul/live-share.nvim/"; 7303 + meta.hydraPlatforms = [ ]; 7304 + }; 7305 + 7293 7306 llama-vim = buildVimPlugin { 7294 7307 pname = "llama.vim"; 7295 7308 version = "2025-05-22";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 559 559 https://github.com/ldelossa/litee-symboltree.nvim/,, 560 560 https://github.com/ldelossa/litee.nvim/,, 561 561 https://github.com/smjonas/live-command.nvim/,HEAD, 562 + https://github.com/azratul/live-share.nvim/,HEAD, 562 563 https://github.com/ggml-org/llama.vim/,HEAD, 563 564 https://github.com/huggingface/llm.nvim/,HEAD, 564 565 https://github.com/folke/lsp-colors.nvim/,,