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

6 lines
38 B
Nix

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