Unverified Commit a6d8fcda authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.nzone: fix pname (#434195)

parents 4067fdec 73d909b0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2767,6 +2767,8 @@ in
  };

  nvzone-menu = super.nvzone-menu.overrideAttrs {
    # Plugin managers like Lazy.nvim expect pname to match the name of the git repository
    pname = "menu";
    checkInputs = with self; [
      # Optional integrations
      nvim-tree-lua
@@ -2779,13 +2781,22 @@ in
  };

  nvzone-minty = super.nvzone-minty.overrideAttrs {
    # Plugin managers like Lazy.nvim expect pname to match the name of the git repository
    pname = "minty";
    dependencies = [ self.nvzone-volt ];
  };

  nvzone-typr = super.nvzone-typr.overrideAttrs {
    # Plugin managers like Lazy.nvim expect pname to match the name of the git repository
    pname = "typr";
    dependencies = [ self.nvzone-volt ];
  };

  nvzone-volt = super.nvzone-volt.overrideAttrs {
    # Plugin managers like Lazy.nvim expect pname to match the name of the git repository
    pname = "volt";
  };

  obsidian-nvim = super.obsidian-nvim.overrideAttrs {
    checkInputs = with self; [
      # Optional pickers