Merge branch 'nixbook/master' into zenix/master
This commit is contained in:
commit
7b943ae1f6
4 changed files with 14 additions and 2 deletions
|
|
@ -92,11 +92,13 @@
|
|||
diagnostic = {
|
||||
"<leader>e" = "open_float";
|
||||
"<leader>ca" = "code_action";
|
||||
"<C-.>" = "code_action";
|
||||
"<leader>cr" = "rename";
|
||||
"gd" = "definition";
|
||||
};
|
||||
diagnostic = {
|
||||
"<leader>ch" = "open_float";
|
||||
"<C-e>" = "open_float";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue