mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Adjustments due to upstream API changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user