mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: some random updates
This commit is contained in:
parent
c52e7a518e
commit
74529c72d8
6 changed files with 54 additions and 56 deletions
|
@ -32,6 +32,7 @@ end
|
|||
local function setup_keymaps(bufnr)
|
||||
local keymaps = {
|
||||
{ "<C-h>", vim.lsp.buf.signature_help, "Signature Help" },
|
||||
-- { "K", vim.lsp.buf.hover, "Hover Doc"},
|
||||
{ "<leader>cw", vim.lsp.buf.rename, "Rename" },
|
||||
{ "<leader>r", vim.lsp.buf.rename, "Rename" },
|
||||
{ "vd", vim.diagnostic.open_float, "Open Diagnostics" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue