From 20871c5109aa5590384d5e60ebeab3d0d22fdafd Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 2 Apr 2026 17:52:18 +0200 Subject: 2026-04-02 updates by auto-switch --- common/home/programs/nixvim/plugins/dap.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 common/home/programs/nixvim/plugins/dap.nix (limited to 'common/home/programs/nixvim/plugins/dap.nix') diff --git a/common/home/programs/nixvim/plugins/dap.nix b/common/home/programs/nixvim/plugins/dap.nix new file mode 100644 index 0000000..88a3ae0 --- /dev/null +++ b/common/home/programs/nixvim/plugins/dap.nix @@ -0,0 +1,18 @@ +{ ... }: +{ + enable = true; + adapters = { + qemu = { + type = "server"; + host = "localhost"; + port = 1234, + }; + }; + configurations = { + zig = { + name = "Zig Qemu"; + type = "qemu"; + request: "attach"; + }; + }; +} -- cgit v1.2.3-70-g09d2