nvf/modules/plugins/debugger/nvim-dap/default.nix

7 lines
59 B
Nix
Raw Normal View History

{
2023-05-04 15:41:11 +00:00
imports = [
./config.nix
./nvim-dap.nix
];
}