Unverified Commit 34b3f550 authored by m3l6h's avatar m3l6h
Browse files

vimPlugins.demicolon-nvim: add m3l6h as maintainer

parent f85e2a36
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,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 {