1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00
Files
niveum/packages/vimPlugins/vim-256noir.nix

15 lines
326 B
Nix
Raw Normal View History

2022-03-10 21:52:12 +01:00
{
vimUtils,
fetchFromGitHub,
}:
2019-08-23 10:27:28 +02:00
vimUtils.buildVimPluginFrom2Nix {
2022-10-06 11:01:35 +02:00
pname = "vim-256noir";
version = "e8668a18";
2019-08-23 10:27:28 +02:00
src = fetchFromGitHub {
owner = "andreasvc";
repo = "vim-256noir";
rev = "e8668a18a4a90272c1cae87e655f8bddc5ac3665";
sha256 = "1kpn379f5dgbsgb73g6d1nlmz9vz0j3ihi500mcdx4yg56fvkr0x";
};
}