Unverified Commit 97c86063 authored by m3l6h's avatar m3l6h
Browse files

vimPlugins.blink-cmp-words: add m3l6h as maintainer

parent 34b3f550
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {