Updated to match API changes

This commit is contained in:
Fred Drake
2025-02-08 11:52:24 -05:00
parent 722bff9779
commit 77d0dc34bc
2 changed files with 9 additions and 11 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
{pkgs, ...}: {
plugins = {
cmp-dap.enable = true;
dap-virtual-text = {enable = true;};
dap-ui = {
enable = true;
settings.floating.mappings = {close = ["<ESC>" "q"];};
};
dap = {
enable = true;
extensions = {
dap-ui = {
enable = true;
floating.mappings = {close = ["<ESC>" "q"];};
};
dap-virtual-text = {enable = true;};
};
signs = {
dapBreakpoint = {