vimPlugins.neomutt-vim: init at 2024-10-13 (#394031)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# GENERATED by ./pkgs/applications/editors/vim/plugins/update.py. Do not edit!
|
||||
# GENERATED by ./pkgs/applications/editors/vim/plugins/utils/update.py. Do not edit!
|
||||
{ lib, buildVimPlugin, buildNeovimPlugin, fetchFromGitHub }:
|
||||
|
||||
final: prev:
|
||||
@@ -8807,6 +8807,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neomutt-vim = buildVimPlugin {
|
||||
pname = "neomutt.vim";
|
||||
version = "2024-10-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "neomutt";
|
||||
repo = "neomutt.vim";
|
||||
rev = "0081eb9ab89d06b5d29678721463e0148b4b4575";
|
||||
sha256 = "15s3il16i4h6z47x9dsjmdafb6syybvgfvzqpx4j57s90ipj1c87";
|
||||
};
|
||||
meta.homepage = "https://github.com/neomutt/neomutt.vim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
neon = buildVimPlugin {
|
||||
pname = "neon";
|
||||
version = "2022-11-27";
|
||||
|
||||
@@ -675,6 +675,7 @@ https://github.com/NeogitOrg/neogit/,,
|
||||
https://github.com/Shougo/neoinclude.vim/,,
|
||||
https://github.com/neomake/neomake/,,
|
||||
https://github.com/Shougo/neomru.vim/,,
|
||||
https://github.com/neomutt/neomutt.vim/,HEAD,
|
||||
https://github.com/rafamadriz/neon/,,
|
||||
https://github.com/ii14/neorepl.nvim/,HEAD,
|
||||
https://github.com/nvim-neorg/neorg-telescope/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user