lspsaga: add code action keybind
This commit is contained in:
parent
0ee14fdb5f
commit
2949724cfe
1 changed files with 4 additions and 1 deletions
|
@ -124,9 +124,12 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
lightbulb = {
|
lightbulb = {
|
||||||
-- enable = false,
|
virtual_text = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
keys = {
|
||||||
|
{ "<Space>a", "<cmd>Lspsaga code_action<CR>", desc = "Code Action" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue