mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: add vim-mail and mail-send commands
This commit is contained in:
10
packages/vimPlugins/vim-mail.nix
Normal file
10
packages/vimPlugins/vim-mail.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "vim-mail";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbeniamine";
|
||||
repo = "vim-mail";
|
||||
rev = "acdbb5bdd2bc6fe5dc46e3dc7ba5e1dcb81630c2";
|
||||
sha256 = "1q4ly3spnh8hx6q8yihbi6rcjd1hd2r5fllm5lwnq9dmlj6l1l10";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user