Merge pull request #157 from isabelroses/main

fix: typo ledaer -> leader
This commit is contained in:
NotAShelf 2023-10-14 22:38:24 +03:00 committed by GitHub
commit e6a4f2d66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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";
};
};
}