feat: add rust error explanation binding
This commit is contained in:
parent
3c9a9d42cf
commit
a641d4fafe
4 changed files with 135 additions and 115 deletions
8
home-manager/stvnliu/nixvim/custom/binds.nix
Normal file
8
home-manager/stvnliu/nixvim/custom/binds.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>ree";
|
||||
action = "<CMD>RustLsp explainError<CR>";
|
||||
options.desc = "Explain this Rust error (custom)";
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue