vimPlugins.lsp-overloads-nvim: init at 2022-09-16

This commit is contained in:
Bruno BELANYI 2022-09-16 12:29:57 +02:00 committed by Matthieu Coudron
parent e52bc012d9
commit 5b660d2f05
2 changed files with 13 additions and 0 deletions
pkgs/applications/editors/vim/plugins

View file

@ -4149,6 +4149,18 @@ final: prev:
meta.homepage = "https://github.com/lukas-reineke/lsp-format.nvim/";
};
lsp-overloads-nvim = buildVimPluginFrom2Nix {
pname = "lsp-overloads.nvim";
version = "2022-08-12";
src = fetchFromGitHub {
owner = "Issafalcon";
repo = "lsp-overloads.nvim";
rev = "1258bfa3e21f5665b7a2c6c9b921a2ad8d8d8373";
sha256 = "146pykcnpf9b8c4mqvs1q4wnp5jqg8i21as3gvjygwm5b71lxbky";
};
meta.homepage = "https://github.com/Issafalcon/lsp-overloads.nvim/";
};
lsp-rooter-nvim = buildVimPluginFrom2Nix {
pname = "lsp-rooter.nvim";
version = "2021-08-13";

View file

@ -347,6 +347,7 @@ https://github.com/ldelossa/litee-symboltree.nvim/,,
https://github.com/ldelossa/litee.nvim/,,
https://github.com/folke/lsp-colors.nvim/,,
https://github.com/lukas-reineke/lsp-format.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/nvim-lua/lsp_extensions.nvim/,,