nvf/modules/debugger/default.nix
2023-05-04 18:41:11 +03:00

6 lines
41 B
Nix

_: {
imports = [
./nvim-dap
];
}