Skip to content
Discussion options

You must be logged in to vote

vim.keymap.set("n", "ca", function()
vim.lsp.buf.code_action()
end, { desc = "LSP Code Action" })

Add this into your mappings.lua, the keybind exist before but I'm not sure why it's gone.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@ArthurSantos-L
Comment options

Answer selected by ArthurSantos-L
Comment options

You must be logged in to vote
3 replies
@nonepork
Comment options

@siduck
Comment options

@jamesredwards
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants