maintainers: add m3l6h (#435065)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user