1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

nvim: reorganize plugins

This commit is contained in:
Kierán Meinhardt
2019-08-23 10:27:28 +02:00
parent 57c0187386
commit 870d8a69e9
9 changed files with 93 additions and 64 deletions

View File

@@ -0,0 +1,10 @@
{ vimUtils, fetchFromGitHub }:
vimUtils.buildVimPluginFrom2Nix {
name = "vim-256noir";
src = fetchFromGitHub {
owner = "andreasvc";
repo = "vim-256noir";
rev = "e8668a18a4a90272c1cae87e655f8bddc5ac3665";
sha256 = "1kpn379f5dgbsgb73g6d1nlmz9vz0j3ihi500mcdx4yg56fvkr0x";
};
}