Unverified Commit 41f9fd5d authored by PerchunPak's avatar PerchunPak
Browse files

vimPlugins.mason-nvim-dap-nvim: init at 2024-08-04

parent 834fa310
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6567,6 +6567,18 @@ final: prev:
    meta.homepage = "https://github.com/williamboman/mason.nvim/";
  };
  mason-nvim-dap-nvim = buildVimPlugin {
    pname = "mason-nvim-dap.nvim";
    version = "2024-08-04";
    src = fetchFromGitHub {
      owner = "jay-babu";
      repo = "mason-nvim-dap.nvim";
      rev = "8b9363d83b5d779813cdd2819b8308651cec2a09";
      sha256 = "0q2pk217lrnpyvqj0mqikayyiajdvj3apki66mxx27zibgc7qg3l";
    };
    meta.homepage = "https://github.com/jay-babu/mason-nvim-dap.nvim/";
  };
  mason-tool-installer-nvim = buildVimPlugin {
    pname = "mason-tool-installer.nvim";
    version = "2024-06-03";
+7 −0
Original line number Diff line number Diff line
@@ -1576,6 +1576,13 @@ in
    ];
  };

  mason-nvim-dap-nvim = super.mason-nvim-dap-nvim.overrideAttrs {
    dependencies = with self; [
      mason-nvim
      nvim-dap
    ];
  };

  mason-nvim = super.mason-nvim.overrideAttrs {
    # lua/mason-vendor/zzlib/inflate-bwo.lua:15: 'end' expected near '&'
    nvimSkipModule = "mason-vendor.zzlib.inflate-bwo";
+1 −0
Original line number Diff line number Diff line
@@ -543,6 +543,7 @@ https://github.com/chentoast/marks.nvim/,,
https://github.com/OXY2DEV/markview.nvim/,HEAD,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
https://github.com/jay-babu/mason-nvim-dap.nvim/,HEAD,
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,
https://github.com/williamboman/mason.nvim/,HEAD,
https://github.com/vim-scripts/matchit.zip/,,