Initial commit

This commit is contained in:
Fred Drake
2024-09-30 11:57:07 -04:00
commit 94be99323c
14 changed files with 1367 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
plugins = {
cmp-dap.enable = true;
dap = {
enable = true;
extensions = {
dap-go.enable = true;
dap-python.enable = true;
dap-ui.enable = true;
};
};
};
}