nixos-config/home-manager/stvnliu/nixvim/custom/binds.nix

8 lines
154 B
Nix

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