1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat(neovim): enable dap

This commit is contained in:
oddlama 2024-03-13 17:31:37 +01:00
parent afa8e02c18
commit af91ba38a5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 102 additions and 89 deletions

View file

@ -71,6 +71,12 @@
};
};
# TODO dap.enable = true;
dap = {
enable = true;
extensions = {
dap-virtual-text.enable = true;
dap-ui.enable = true;
};
};
};
}