Adjustments due to upstream API changes

This commit is contained in:
Fred Drake
2025-02-10 16:10:00 -05:00
parent 77d0dc34bc
commit 7b092e8774
6 changed files with 12 additions and 16 deletions
+3 -5
View File
@@ -1,6 +1,4 @@
{ pkgs, ... }: {
plugins.dap.extensions.dap-go = {
enable = true;
delve.path = "${pkgs.delve}/bin/dlv";
};
{pkgs, ...}: {
plugins.dap-go.settings.delve.path = "${pkgs.delve}/bin/dlv";
plugins.dap-go.enable = true;
}