Skip to content

Commit 41f9fd5

Browse files
committed
vimPlugins.mason-nvim-dap-nvim: init at 2024-08-04
1 parent 834fa31 commit 41f9fd5

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6567,6 +6567,18 @@ final: prev:
65676567
meta.homepage = "https://github.com/williamboman/mason.nvim/";
65686568
};
65696569

6570+
mason-nvim-dap-nvim = buildVimPlugin {
6571+
pname = "mason-nvim-dap.nvim";
6572+
version = "2024-08-04";
6573+
src = fetchFromGitHub {
6574+
owner = "jay-babu";
6575+
repo = "mason-nvim-dap.nvim";
6576+
rev = "8b9363d83b5d779813cdd2819b8308651cec2a09";
6577+
sha256 = "0q2pk217lrnpyvqj0mqikayyiajdvj3apki66mxx27zibgc7qg3l";
6578+
};
6579+
meta.homepage = "https://github.com/jay-babu/mason-nvim-dap.nvim/";
6580+
};
6581+
65706582
mason-tool-installer-nvim = buildVimPlugin {
65716583
pname = "mason-tool-installer.nvim";
65726584
version = "2024-06-03";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,13 @@ in
15761576
];
15771577
};
15781578

1579+
mason-nvim-dap-nvim = super.mason-nvim-dap-nvim.overrideAttrs {
1580+
dependencies = with self; [
1581+
mason-nvim
1582+
nvim-dap
1583+
];
1584+
};
1585+
15791586
mason-nvim = super.mason-nvim.overrideAttrs {
15801587
# lua/mason-vendor/zzlib/inflate-bwo.lua:15: 'end' expected near '&'
15811588
nvimSkipModule = "mason-vendor.zzlib.inflate-bwo";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ https://github.com/chentoast/marks.nvim/,,
543543
https://github.com/OXY2DEV/markview.nvim/,HEAD,
544544
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
545545
https://github.com/jay-babu/mason-null-ls.nvim/,HEAD,
546+
https://github.com/jay-babu/mason-nvim-dap.nvim/,HEAD,
546547
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,
547548
https://github.com/williamboman/mason.nvim/,HEAD,
548549
https://github.com/vim-scripts/matchit.zip/,,

0 commit comments

Comments
 (0)