mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
nvim: reorganize plugins
This commit is contained in:
10
packages/vimPlugins/vim-colors-paramount.nix
Normal file
10
packages/vimPlugins/vim-colors-paramount.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
vimUtils.buildVimPluginFrom2Nix rec {
|
||||
name = "vim-colors-paramount";
|
||||
src = fetchFromGitHub {
|
||||
owner = "owickstrom";
|
||||
repo = "vim-colors-paramount";
|
||||
rev = "a5601d36fb6932e8d1a6f8b37b179a99b1456798";
|
||||
sha256 = "0rjn9vjb0xrxbiqyfclda2ridcbl3nfn4svs32mvmv8als6crncg";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user