fix: stuff

This commit is contained in:
2024-06-10 19:08:43 +02:00
parent b801064f84
commit d18b3d1683
11 changed files with 154 additions and 161 deletions

View File

@@ -42,16 +42,12 @@ in
end
'';
userCommands.${cfg.commandName} = {
command = {
__raw = # lua
''
function()
LazygitTerminal:toggle()
end
'';
};
};
userCommands.${cfg.commandName}.command.__raw = # lua
''
function()
LazygitTerminal:toggle()
end
'';
keymaps = [
{