mappings
This commit is contained in:
parent
dca5bf54f6
commit
9efb96a501
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,7 @@ return {
|
|||
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", "i" }, "<C-space>", vim.lsp.buf.hover, opts)
|
||||
vim.keymap.set("n", "<space>f", function()
|
||||
vim.lsp.buf.format({ async = true })
|
||||
end, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue