Skip to content

Commit

Permalink
vimPlugins.nvim-dap-rr: init at 2024-07-10
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and teto committed Aug 23, 2024
1 parent 7e6c44f commit 5b36ae9
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@ -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/";
};


}
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

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 @@ -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,
Expand Down

0 comments on commit 5b36ae9

Please sign in to comment.