vimPlugins.lspsaga-nvim-original: init at 2022-12-12

This commit is contained in:
"Andrey Kuznetsov" 2022-12-12 21:12:49 +00:00
parent cd44ef375f
commit ee017f0c68
2 changed files with 13 additions and 0 deletions

View file

@ -13595,6 +13595,18 @@ final: prev:
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
};
lspsaga-nvim-original = buildVimPluginFrom2Nix {
pname = "lspsaga-nvim-original";
version = "2022-12-12";
src = fetchFromGitHub {
owner = "glepnir";
repo = "lspsaga.nvim";
rev = "db0c1414efb928a9387e0a3271d75dcc3370822f";
sha256 = "0gg6vyrj13iwn4kj5jinm8799i6smyxnyrqz8qm7bay4lzbsg7mr";
};
meta.homepage = "https://github.com/glepnir/lspsaga.nvim/";
};
mattn-calendar-vim = buildVimPluginFrom2Nix {
pname = "mattn-calendar-vim";
version = "2022-02-10";

View file

@ -373,6 +373,7 @@ https://github.com/ray-x/lsp_signature.nvim/,,
https://github.com/lspcontainers/lspcontainers.nvim/,,
https://github.com/onsails/lspkind-nvim/,,
https://github.com/tami5/lspsaga.nvim/,,
https://github.com/glepnir/lspsaga.nvim/,main,lspsaga-nvim-original
https://github.com/arkav/lualine-lsp-progress/,,
https://github.com/nvim-lualine/lualine.nvim/,,
https://github.com/l3mon4d3/luasnip/,,