mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 02:59:49 +01:00
typo
This commit is contained in:
parent
aa903d1960
commit
0ae4bab073
1 changed files with 1 additions and 1 deletions
|
@ -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;})
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue