vimPlugins.nvim-dap-rr: init at 2024-07-10
This commit is contained in:
parent
7e6c44f638
commit
5b36ae93b0
@ -17805,5 +17805,17 @@ final: prev:
|
||||
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
||||
};
|
||||
|
||||
nvim-dap-rr = buildVimPlugin {
|
||||
pname = "nvim-dap-rr";
|
||||
version = "2024-07-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jonboh";
|
||||
repo = "nvim-dap-rr";
|
||||
rev = "1682c13a2096a4a6394c803e14f009f121400acf";
|
||||
sha256 = "sha256-QtOY6gg2grsxF6KTn75hZ+BZGWK2ahzVu9k2SIIFeJU=";
|
||||
};
|
||||
meta.homepage = "https://github.com/jonboh/nvim-dap-rr/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -1192,6 +1192,10 @@
|
||||
nvimRequireCheck = "dapui";
|
||||
};
|
||||
|
||||
nvim-dap-rr = super.nvim-dap-rr.overrideAttrs {
|
||||
dependencies = [ self.nvim-dap ];
|
||||
};
|
||||
|
||||
nvim-genghis = super.nvim-genghis.overrideAttrs {
|
||||
dependencies = [ self.dressing-nvim ];
|
||||
|
||||
|
@ -663,6 +663,7 @@ https://github.com/yamatsum/nvim-cursorline/,,
|
||||
https://github.com/mfussenegger/nvim-dap/,,
|
||||
https://github.com/leoluz/nvim-dap-go/,HEAD,
|
||||
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
|
||||
https://github.com/jonboh/nvim-dap-rr/,HEAD,
|
||||
https://github.com/rcarriga/nvim-dap-ui/,,
|
||||
https://github.com/theHamsta/nvim-dap-virtual-text/,,
|
||||
https://github.com/kndndrj/nvim-dbee/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user