chore: some random updates

This commit is contained in:
Mariano Z. 2025-02-04 21:00:06 -03:00
parent c52e7a518e
commit 74529c72d8
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
6 changed files with 54 additions and 56 deletions

View file

@ -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" })