summaryrefslogtreecommitdiffstats
path: root/modules/plugins/debugger/default.nix
blob: a34e05913ee7024c43c40ae9e019911453026257 (plain)
1
2
3
4
5
{
  imports = [
    ./nvim-dap
  ];
}