diff options
author | Naoaki Ueda <uedan@solutionware.jp> | 2020-02-17 10:04:33 +0900 |
---|---|---|
committer | Naoaki Ueda <uedan@solutionware.jp> | 2020-02-17 10:04:33 +0900 |
commit | d7b7695aa290de72217b527134a08dc11ecee68a (patch) | |
tree | 9e51148aeb57d2c0e5c09463d44d1a8175cdf138 /_config | |
parent | 28d7d926771ff80b24d659955ee9a59d8d9c2e8b (diff) | |
download | vimrc-d7b7695aa290de72217b527134a08dc11ecee68a.tar.gz vimrc-d7b7695aa290de72217b527134a08dc11ecee68a.tar.bz2 vimrc-d7b7695aa290de72217b527134a08dc11ecee68a.zip |
Remove the nmap.
Diffstat (limited to '_config')
-rw-r--r-- | _config/200-lsp.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_config/200-lsp.vim b/_config/200-lsp.vim index 75a1193..d551059 100644 --- a/_config/200-lsp.vim +++ b/_config/200-lsp.vim @@ -25,7 +25,6 @@ endif autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif -nmap <C-]> <plug>(lsp-definition) nmap gd <plug>(lsp-definition) nmap gD <plug>(lsp-references) nmap K <plug>(lsp-hover) |