feat: add rust error explanation binding

This commit is contained in:
Zhongheng Liu 2024-11-02 11:17:38 +02:00
commit a641d4fafe
Signed by: steven
GPG key ID: DC8F48E7B4C40905
4 changed files with 135 additions and 115 deletions

View file

@ -0,0 +1,8 @@
[
{
mode = "n";
key = "<leader>ree";
action = "<CMD>RustLsp explainError<CR>";
options.desc = "Explain this Rust error (custom)";
}
]