forked from Shinonome/fred-neovim
7 lines
121 B
Nix
7 lines
121 B
Nix
{ pkgs, ... }: {
|
|
plugins.dap.extensions.dap-go = {
|
|
enable = true;
|
|
delve.path = "${pkgs.delve}/bin/dlv";
|
|
};
|
|
}
|