ECDICT extension for coc.nvim. Inspired by edict.ts, and thanks for ECDICT.
:CocInstall coc-ecdict
nnoremap <silent> K :call CocActionAsync('doHover')<CR>
Lookup the keyword under cursor with K
, and shows translation in preview/floating window if found.
MIT
This extension is created by create-coc-extension