lib/binds: update lzn bind functions

This commit is contained in:
Ching Pei Yang 2024-11-11 01:06:09 +01:00 committed by raf
commit 8099b9c821
5 changed files with 31 additions and 30 deletions

View file

@ -60,7 +60,7 @@ in {
inherit (cfg.ui) setupOpts;
keys = [
(mkSetLuaLznBinding mappings.toggleDapUI "function() require('dapui').toggle() end")
(mkSetLuaLznBinding "n" mappings.toggleDapUI "function() require('dapui').toggle() end")
];
};