mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
Merge pull request #157 from isabelroses/main
fix: typo ledaer -> leader
This commit is contained in:
commit
e6a4f2d66b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ with builtins; {
|
||||||
|
|
||||||
codeAction = mkMappingOption "Code action [LSPSaga]" "<leader>ca";
|
codeAction = mkMappingOption "Code action [LSPSaga]" "<leader>ca";
|
||||||
|
|
||||||
signatureHelp = mkMappingOption "Signature help [LSPSaga]" "<ledaer>ls";
|
signatureHelp = mkMappingOption "Signature help [LSPSaga]" "<leader>ls";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue