8 lines
154 B
Nix
8 lines
154 B
Nix
[
|
|
{
|
|
mode = "n";
|
|
key = "<leader>ree";
|
|
action = "<CMD>RustLsp explainError<CR>";
|
|
options.desc = "Explain this Rust error (custom)";
|
|
}
|
|
]
|