vimPlugins.minsnip-nvim: init at 2022-01-04

This commit is contained in:
figsoda 2023-05-31 09:17:40 -04:00
parent e4575d3a98
commit 0467092870

View File

@ -746,6 +746,18 @@ self: super: {
vimCommandCheck = "MinimapToggle";
});
minsnip-nvim = buildVimPluginFrom2Nix {
pname = "minsnip.nvim";
version = "2022-01-04";
src = fetchFromGitHub {
owner = "jose-elias-alvarez";
repo = "minsnip.nvim";
rev = "6ae2f3247b3a2acde540ccef2e843fdfcdfebcee";
sha256 = "1db5az5civ2bnqg7v3g937mn150ys52258c3glpvdvyyasxb4iih";
};
meta.homepage = "https://github.com/jose-elias-alvarez/minsnip.nvim/";
};
ncm2 = super.ncm2.overrideAttrs (old: {
dependencies = with self; [ nvim-yarp ];
});