feat: remove conflicting g-t key mapping
This commit is contained in:
parent
06405a5d47
commit
a43a04aeab
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ local on_attach = function(client, bufnr)
|
|||
|
||||
nnoremap("gD", vim.lsp.buf.declaration)
|
||||
nnoremap("gd", telescope.lsp_definitions)
|
||||
nnoremap("gt", telescope.lsp_type_definitions)
|
||||
nnoremap("gi", telescope.lsp_implementations)
|
||||
nnoremap("gr", telescope.lsp_references)
|
||||
nnoremap("K", vim.lsp.buf.hover)
|
||||
|
|
Loading…
Reference in a new issue