lspsaga: add code action keybind

This commit is contained in:
Guanran Wang 2024-02-20 03:27:06 +08:00
parent 0ee14fdb5f
commit 2949724cfe
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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" },
},
}, },
{ {