mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/dap-go: add buildFlags option
This commit is contained in:
parent
2fcbe50f4b
commit
356e0e855b
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
initializeTimeoutSec = 20;
|
||||
port = "$\{port}";
|
||||
args = [];
|
||||
buildFlags = "-tags=unit";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue