mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.mason-nvim-dap-nvim: init at 2024-08-04
This commit is contained in:
parent
834fa310e1
commit
41f9fd5da8
3 changed files with 20 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue