diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cf10153280fb..13fabf116258 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -15193,6 +15193,13 @@ github = "m1dugh"; githubId = 42266017; }; + m3l6h = { + email = "admin@michaelhollingworth.io"; + name = "Michael Hollingworth"; + github = "m3l6h"; + githubId = 8094643; + keys = [ { fingerprint = "BAA9 7711 58CA D457 B4AE 8B06 8188 423D 2FA2 0A65"; } ]; + }; ma27 = { email = "maximilian@mbosch.me"; matrix = "@ma27:nicht-so.sexy"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 07904e06871f..001f8138a7ac 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -335,6 +335,10 @@ in blink-cmp-words = super.blink-cmp-words.overrideAttrs { dependencies = [ self.blink-cmp ]; + meta = { + description = "Offline word and synonym completion provider for Neovim"; + maintainers = with lib.maintainers; [ m3l6h ]; + }; }; bluloco-nvim = super.bluloco-nvim.overrideAttrs { @@ -1011,6 +1015,11 @@ in nvim-treesitter nvim-treesitter-textobjects ]; + meta = { + description = "Overloaded ; and , keys in Neovim"; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ m3l6h ]; + }; }; denops-vim = super.denops-vim.overrideAttrs {