maintainers: add m3l6h (#435065)

This commit is contained in:
Gaétan Lepage
2025-08-20 00:18:50 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+7
View File
@@ -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";
@@ -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 {