Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 29, 2024
1 parent f2899a3 commit 722de77
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 @@ -59,7 +59,7 @@ in {
inherit (cfg.ui) setupOpts;

keys = [
(mkKeymap "n" cfg.mappings.toggleDapUI "function() require('dapui').toggle() end" {desc = mappings.toggleDapUI.descritpion;})
(mkKeymap "n" cfg.mappings.toggleDapUI "function() require('dapui').toggle() end" {desc = mappings.toggleDapUI.description;})
];
};

Expand Down

0 comments on commit 722de77

Please sign in to comment.