This commit is contained in:
Ching Pei Yang 2024-11-29 13:42:57 +01:00
parent aa903d1960
commit 0ae4bab073
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -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;})
];
};