Commit f395d9d4 authored by Rintaro Okamura's avatar Rintaro Okamura Committed by Gaétan Lepage
Browse files

vimPlugins.nvim-dap-rego: init at 2024-09-15"

parent 6444715f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -8490,6 +8490,18 @@ final: prev:
    meta.homepage = "https://github.com/mfussenegger/nvim-dap-python/";
  };
  nvim-dap-rego = buildVimPlugin {
    pname = "nvim-dap-rego";
    version = "2024-09-15";
    src = fetchFromGitHub {
      owner = "rinx";
      repo = "nvim-dap-rego";
      rev = "1fa446e7e482d193a8c0cf089a3bc422d71cb47a";
      sha256 = "14ml164dca4ks1hm6d7hd6wsafr5kp17y0n46mphvvhqfrgs09cg";
    };
    meta.homepage = "https://github.com/rinx/nvim-dap-rego/";
  };
  nvim-dap-rr = buildVimPlugin {
    pname = "nvim-dap-rr";
    version = "2024-07-10";
+4 −0
Original line number Diff line number Diff line
@@ -1283,6 +1283,10 @@ in
    dependencies = with self; [ nvim-dap ];
  };

  nvim-dap-rego = super.nvim-dap-rego.overrideAttrs {
    dependencies = with self; [ nvim-dap ];
  };

  nvim-dap-ui = super.nvim-dap-ui.overrideAttrs {
    dependencies = with self; [ nvim-dap nvim-nio ];

+1 −0
Original line number Diff line number Diff line
@@ -713,6 +713,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/rinx/nvim-dap-rego/,HEAD,
https://github.com/jonboh/nvim-dap-rr/,HEAD,
https://github.com/rcarriga/nvim-dap-ui/,,
https://github.com/theHamsta/nvim-dap-virtual-text/,,