Skip to content

Commit f395d9d

Browse files
rinxGaetanLepage
authored andcommitted
vimPlugins.nvim-dap-rego: init at 2024-09-15"
Signed-off-by: Rintaro Okamura <[email protected]>
1 parent 6444715 commit f395d9d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8490,6 +8490,18 @@ final: prev:
84908490
meta.homepage = "https://github.com/mfussenegger/nvim-dap-python/";
84918491
};
84928492

8493+
nvim-dap-rego = buildVimPlugin {
8494+
pname = "nvim-dap-rego";
8495+
version = "2024-09-15";
8496+
src = fetchFromGitHub {
8497+
owner = "rinx";
8498+
repo = "nvim-dap-rego";
8499+
rev = "1fa446e7e482d193a8c0cf089a3bc422d71cb47a";
8500+
sha256 = "14ml164dca4ks1hm6d7hd6wsafr5kp17y0n46mphvvhqfrgs09cg";
8501+
};
8502+
meta.homepage = "https://github.com/rinx/nvim-dap-rego/";
8503+
};
8504+
84938505
nvim-dap-rr = buildVimPlugin {
84948506
pname = "nvim-dap-rr";
84958507
version = "2024-07-10";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,10 @@ in
12831283
dependencies = with self; [ nvim-dap ];
12841284
};
12851285

1286+
nvim-dap-rego = super.nvim-dap-rego.overrideAttrs {
1287+
dependencies = with self; [ nvim-dap ];
1288+
};
1289+
12861290
nvim-dap-ui = super.nvim-dap-ui.overrideAttrs {
12871291
dependencies = with self; [ nvim-dap nvim-nio ];
12881292

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ https://github.com/yamatsum/nvim-cursorline/,,
713713
https://github.com/mfussenegger/nvim-dap/,,
714714
https://github.com/leoluz/nvim-dap-go/,HEAD,
715715
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
716+
https://github.com/rinx/nvim-dap-rego/,HEAD,
716717
https://github.com/jonboh/nvim-dap-rr/,HEAD,
717718
https://github.com/rcarriga/nvim-dap-ui/,,
718719
https://github.com/theHamsta/nvim-dap-virtual-text/,,

0 commit comments

Comments
 (0)