vimPlugins.nvim-dap-view: init at 2025-01-19 (#375427)
This commit is contained in:
@@ -10032,6 +10032,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-dap-view = buildVimPlugin {
|
||||
pname = "nvim-dap-view";
|
||||
version = "2025-03-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "igorlfs";
|
||||
repo = "nvim-dap-view";
|
||||
rev = "8fff34699823c354815891d7081972ef5166a31e";
|
||||
sha256 = "1a2w88g65j04dygf6bkhp6ylj34vhry9h283s1z258ib7741gpip";
|
||||
};
|
||||
meta.homepage = "https://github.com/igorlfs/nvim-dap-view/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-dap-virtual-text = buildVimPlugin {
|
||||
pname = "nvim-dap-virtual-text";
|
||||
version = "2024-12-25";
|
||||
|
||||
@@ -2248,6 +2248,10 @@ in
|
||||
doInstallCheck = true;
|
||||
};
|
||||
|
||||
nvim-dap-view = super.nvim-dap-view.overrideAttrs {
|
||||
dependencies = [ self.nvim-dap ];
|
||||
};
|
||||
|
||||
nvim-dap-virtual-text = super.nvim-dap-virtual-text.overrideAttrs {
|
||||
dependencies = [ self.nvim-dap ];
|
||||
};
|
||||
|
||||
@@ -769,6 +769,7 @@ https://github.com/mfussenegger/nvim-dap-python/,HEAD,
|
||||
https://github.com/rinx/nvim-dap-rego/,HEAD,
|
||||
https://github.com/jonboh/nvim-dap-rr/,HEAD,
|
||||
https://github.com/rcarriga/nvim-dap-ui/,,
|
||||
https://github.com/igorlfs/nvim-dap-view/,HEAD,
|
||||
https://github.com/theHamsta/nvim-dap-virtual-text/,,
|
||||
https://github.com/amrbashir/nvim-docs-view/,HEAD,
|
||||
https://github.com/allendang/nvim-expand-expr/,,
|
||||
|
||||
Reference in New Issue
Block a user