Update home/modules/nvim/config/lua/plugins/lsp.lua
This commit is contained in:
parent
47e484a428
commit
21596087a5
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ return {
|
|||
vim.keymap.set("n", "<C-k>", vim.lsp.buf.signature_help, opts)
|
||||
vim.keymap.set("n", "<space>D", vim.lsp.buf.type_definition, opts)
|
||||
vim.keymap.set("n", "<space>rn", vim.lsp.buf.rename, opts)
|
||||
vim.keymap.set({ "n", "v" }, "<space>ca", vim.lsp.buf.code_action, opts)
|
||||
vim.keymap.set("n", "gr", vim.lsp.buf.references, opts)
|
||||
vim.keymap.set("n", "<space>f", function()
|
||||
vim.lsp.buf.format({ async = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue