@ -126,7 +126,7 @@ map("n", "<C-_>", "gcc", { noremap = false })
map("v", "<C-_>", "gcc", { noremap = false })
-- lsp 回调函数快捷键设置
pluginKeys.maplsp = function(mapbuf)
pluginKeys.mapLSP = function(mapbuf)
-- rename
mapbuf("n", "<leader>rn", "<cmd>lua vim.lsp.buf.rename()<CR>", opt)
-- code action
@ -21,7 +21,7 @@ local opts = {
end
-- local function buf_set_option(...) vim.api.nvim_buf_set_option(bufnr, ...) end
-- 绑定快捷键
require("keybindings").maplsp(buf_set_keymap)
require("keybindings").mapLSP(buf_set_keymap)
end,
}
@ -39,7 +39,7 @@ local opts = {
@ -11,7 +11,7 @@ local opts = {
keybindings.mapLSP(buf_set_keymap)