Skip to content

Commit

Permalink
vimPlugins.mason-nvim-dap-nvim: init at 2024-08-04
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Dec 26, 2024
1 parent 834fa31 commit 41f9fd5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
7 changes: 7 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 41f9fd5

Please sign in to comment.