forked from Shinonome/fred-neovim
Added Golang support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
plugins.dap.extensions.dap-go = {
|
||||
enable = true;
|
||||
delve.path = "${pkgs.delve}/bin/dlv";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user