feat: add live-share.nvim
This commit is contained in:
parent
7c7a3efa76
commit
bb834f3b87
2 changed files with 23 additions and 0 deletions
17
flake.lock
17
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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue