Commit 5b36ae93 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.nvim-dap-rr: init at 2024-07-10

parent 7e6c44f6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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 ];

+1 −0
Original line number Diff line number Diff line
@@ -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,