neovim-flake/modules/plugins/debugger/nvim-dap/default.nix

7 lines
59 B
Nix

{
imports = [
./config.nix
./nvim-dap.nix
];
}