From bb834f3b87cb1ca57546223dc8d4d17db1532843 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 27 Nov 2024 22:31:36 -0800 Subject: [PATCH] feat: add live-share.nvim --- flake.lock | 17 +++++++++++++++++ flake.nix | 6 ++++++ 2 files changed, 23 insertions(+) diff --git a/flake.lock b/flake.lock index 8d52ae8..ddc434e 100644 --- a/flake.lock +++ b/flake.lock @@ -31,6 +31,22 @@ "type": "github" } }, + "plugins-live-share": { + "flake": false, + "locked": { + "lastModified": 1729253766, + "narHash": "sha256-fUYFdeP+T+KwGpvm0eh5GcAS35ZU5f0N9A/JsqBgHGA=", + "owner": "azratul", + "repo": "live-share.nvim", + "rev": "bf5e8e087c368aae0325a09d1ea43f2a08f5e9aa", + "type": "github" + }, + "original": { + "owner": "azratul", + "repo": "live-share.nvim", + "type": "github" + } + }, "plugins-lsp-progress": { "flake": false, "locked": { @@ -67,6 +83,7 @@ "inputs": { "nixCats": "nixCats", "nixpkgs": "nixpkgs", + "plugins-live-share": "plugins-live-share", "plugins-lsp-progress": "plugins-lsp-progress", "plugins-typst-preview": "plugins-typst-preview" } diff --git a/flake.nix b/flake.nix index ce12d8f..c417cbd 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,11 @@ url = "github:linrongbin16/lsp-progress.nvim"; flake = false; }; + + plugins-live-share = { + url = "github:azratul/live-share.nvim"; + flake = false; + }; }; outputs = { @@ -130,6 +135,7 @@ gitPlugins = with pkgs.neovimPlugins; [ typst-preview lsp-progress + live-share ]; general = with pkgs.vimPlugins; [ nvim-autopairs