feat: add live-share.nvim

This commit is contained in:
Youwen Wu 2024-11-27 22:31:36 -08:00
parent 7c7a3efa76
commit bb834f3b87
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 23 additions and 0 deletions

View file

@ -31,6 +31,22 @@
"type": "github" "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": { "plugins-lsp-progress": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -67,6 +83,7 @@
"inputs": { "inputs": {
"nixCats": "nixCats", "nixCats": "nixCats",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"plugins-live-share": "plugins-live-share",
"plugins-lsp-progress": "plugins-lsp-progress", "plugins-lsp-progress": "plugins-lsp-progress",
"plugins-typst-preview": "plugins-typst-preview" "plugins-typst-preview": "plugins-typst-preview"
} }

View file

@ -14,6 +14,11 @@
url = "github:linrongbin16/lsp-progress.nvim"; url = "github:linrongbin16/lsp-progress.nvim";
flake = false; flake = false;
}; };
plugins-live-share = {
url = "github:azratul/live-share.nvim";
flake = false;
};
}; };
outputs = outputs =
{ {
@ -130,6 +135,7 @@
gitPlugins = with pkgs.neovimPlugins; [ gitPlugins = with pkgs.neovimPlugins; [
typst-preview typst-preview
lsp-progress lsp-progress
live-share
]; ];
general = with pkgs.vimPlugins; [ general = with pkgs.vimPlugins; [
nvim-autopairs nvim-autopairs