Commit Diff


commit - 13d05c511899fde3ab582dca3cab0e6b5a7a8b19
commit + cc9a3a96b4c99abe8f54c0a9ea55efb03f0f1562
blob - ec86604154a4b8719515e78e7b9b99ceaa8646a7
blob + e8b861244b867637224931e056fbdb0154746a6b
--- vim/.vimrc
+++ vim/.vimrc
@@ -129,15 +129,12 @@ function! s:on_lsp_buffer_enabled() abort
 	nmap <buffer> gS <plug>(lsp-workspace-symbol-search)
 	nmap <buffer> gr <plug>(lsp-references)
 	nmap <buffer> gi <plug>(lsp-implementation)
-	nmap <buffer> gt <plug>(lsp-type-definition)
 	nmap <buffer> <leader>rn <plug>(lsp-rename)
 	nmap <buffer> [g <plug>(lsp-previous-diagnostic)
 	nmap <buffer> ]g <plug>(lsp-next-diagnostic)
 	nmap <buffer> K <plug>(lsp-hover)
 
 	let g:lsp_format_sync_timeout = 1000
-
-	" refer to doc to add more commands
 endfunction
 
 augroup lsp_install