fix: typo ledaer -> leader

This commit is contained in:
isabel 2023-10-14 19:35:43 +01:00
parent 5f0b724637
commit 38371e56b0
No known key found for this signature in database
GPG key ID: D1CD6C28A2A677A4

View file

@ -22,7 +22,7 @@ with builtins; {
codeAction = mkMappingOption "Code action [LSPSaga]" "<leader>ca";
signatureHelp = mkMappingOption "Signature help [LSPSaga]" "<ledaer>ls";
signatureHelp = mkMappingOption "Signature help [LSPSaga]" "<leader>ls";
};
};
}