feat: remove conflicting g-t key mapping

main
mandlm 2023-10-25 10:38:15 +02:00
parent 06405a5d47
commit a43a04aeab
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ local on_attach = function(client, bufnr)
nnoremap("gD", vim.lsp.buf.declaration) nnoremap("gD", vim.lsp.buf.declaration)
nnoremap("gd", telescope.lsp_definitions) nnoremap("gd", telescope.lsp_definitions)
nnoremap("gt", telescope.lsp_type_definitions)
nnoremap("gi", telescope.lsp_implementations) nnoremap("gi", telescope.lsp_implementations)
nnoremap("gr", telescope.lsp_references) nnoremap("gr", telescope.lsp_references)
nnoremap("K", vim.lsp.buf.hover) nnoremap("K", vim.lsp.buf.hover)