Skip to content

Commit

Permalink
fixup! nvim-dap: use new keybind helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 29, 2024
1 parent 0f92129 commit 524f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/debugger/nvim-dap/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in {
}
// mapAttrs (_: v: (entryAfter ["nvim-dap"] v)) cfg.sources;

maps.normal = mkMerge [
keymaps = [
(mkKeymap "n" cfg.mappings.continue "require('dap').continue" {desc = mappings.continue.description;})
(mkKeymap "n" cfg.mappings.restart "require('dap').restart" {desc = mappings.restart.description;})
(mkKeymap "n" cfg.mappings.terminate "require('dap').terminate" {desc = mappings.terminate.description;})
Expand Down

0 comments on commit 524f5b4

Please sign in to comment.