revert to default gd binding

This commit is contained in:
ksyasuda 2022-02-12 00:13:03 -08:00
parent f826490a51
commit 6f7d159598
2 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@ Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround'
Plug 'voldikss/vim-floaterm'
Plug 'wakatime/vim-wakatime'
" Plug 'christoomey/vim-tmux-navigator'
" Plug 'dense-analysis/ale'
" Plug 'neoclide/coc.nvim', {'branch': 'release'}

View File

@ -25,7 +25,7 @@ nmap gD :lua vim.lsp.buf.declaration()<CR>
nmap gF :edit <cfile><cr>
nmap gT :lua vim.lsp.buf.type_definition()<CR>
nmap gb :lua vim.lsp.buf.document_symbol()<CR>
nmap gd :lua vim.lsp.buf.definition()<CR>
" nmap gd :lua vim.lsp.buf.definition()<CR>
nmap gi :lua vim.lsp.buf.implementation()<CR>
nmap gl :lua vim.lsp.buf.code_lens()<CR>
nmap gr :lua vim.lsp.buf.references()<CR>