mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
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