add missing colon makes CocSearch working with which-key (#111)

This commit is contained in:
Artur 2021-02-09 07:42:03 +01:00 committed by GitHub
parent fdf6216d1a
commit dc98e51bb8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ let g:which_key_sep = '→'
" set timeoutlen=100
" Coc Search & refactor
nnoremap <leader>? CocSearch <C-R>=expand("<cword>")<CR><CR>
nnoremap <leader>? :CocSearch <C-R>=expand("<cword>")<CR><CR>
let g:which_key_map['?'] = 'search word'
" Not a fan of floating windows for this