feat(lsp): map SPC c r to lsp rename

This commit is contained in:
Khaïs COLIN 2024-09-04 12:19:04 +02:00
parent 0fab5cc043
commit 8b871dabaa

View file

@ -26,6 +26,7 @@
"gi" = "implementation"; "gi" = "implementation";
"gt" = "type_definition"; "gt" = "type_definition";
"<C-,>" = "code_action"; "<C-,>" = "code_action";
"<leader>cr" = "rename";
}; };
}; };
}; };