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
|
@ -24,7 +24,6 @@ M.config = function()
|
|||
},
|
||||
})
|
||||
|
||||
nmap("K", vim.lsp.buf.hover, { desc = "Hover Documentation" })
|
||||
nmap("gd", function()
|
||||
fzf_lua.lsp_definitions({ jump_to_single_result = true })
|
||||
end, { desc = "Goto Definition" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue