[nvim] fix the insert-mode mapping for F1

This commit is contained in:
Dmytro Meleshko 2020-11-27 21:17:16 +02:00
parent a1325168f2
commit 643f996a94
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ endif
inoremap <silent><expr> <C-Space> coc#refresh()
inoremap <silent> <A-s> <Cmd>call CocActionAsync('showSignatureHelp')<CR>
inoremap <F1> <A-s>
imap <F1> <A-s>
nmap <silent> [c <Plug>(coc-diagnostic-prev)
nmap <silent> ]c <Plug>(coc-diagnostic-next)