feat: add keybinding for code action
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
65c4a05fbb
commit
b8df5ce31d
1 changed files with 8 additions and 0 deletions
|
|
@ -489,5 +489,13 @@
|
||||||
desc = "Previous Tab";
|
desc = "Previous Tab";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
key = "<leader>ca";
|
||||||
|
action = ":Lspsaga code_action<cr>";
|
||||||
|
options = {
|
||||||
|
desc = "Code Action";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue