feat(lsp): add visual mode code actions (#2353)

pull/2360/head
camel_case 9 months ago committed by GitHub
parent a9bc954d02
commit a69e8dc591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -240,6 +240,15 @@ M.lspconfig = {
"List workspace folders",
},
},
v = {
["<leader>ca"] = {
function()
vim.lsp.buf.code_action()
end,
"LSP code action",
},
},
}
M.nvimtree = {

Loading…
Cancel
Save