3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.lsp-zero-nvim: init at 2023-01-05

This commit is contained in:
"Andrey Kuznetsov" 2023-01-05 20:31:27 +00:00 committed by Andrey Kuznetsov
parent eafd1479e7
commit 590e1b4b3b
2 changed files with 13 additions and 0 deletions

View file

@ -4497,6 +4497,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/";
};
lsp-zero-nvim = buildVimPluginFrom2Nix {
pname = "lsp-zero.nvim";
version = "2023-01-05";
src = fetchFromGitHub {
owner = "VonHeikemen";
repo = "lsp-zero.nvim";
rev = "cd508abf461b895740f0946b65315e5eef07eb8c";
sha256 = "074hfpw78ziaq9xl9kbix70k1zmhf36icf0ycfvc72f1992ixg9d";
};
meta.homepage = "https://github.com/VonHeikemen/lsp-zero.nvim/";
};
lsp_extensions-nvim = buildVimPluginFrom2Nix {
pname = "lsp_extensions.nvim";
version = "2022-07-07";

View file

@ -376,6 +376,7 @@ https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD,
https://github.com/Issafalcon/lsp-overloads.nvim/,main,
https://github.com/ahmedkhalf/lsp-rooter.nvim/,,
https://github.com/nvim-lua/lsp-status.nvim/,,
https://github.com/VonHeikemen/lsp-zero.nvim/,main,
https://github.com/nvim-lua/lsp_extensions.nvim/,,
https://git.sr.ht/~whynothugo/lsp_lines.nvim,,
https://github.com/ray-x/lsp_signature.nvim/,,