/coc-ecdict

ECDICT extension for coc.nvim

Primary LanguageTypeScriptMIT LicenseMIT

coc-ecdict

ECDICT extension for coc.nvim. Inspired by edict.ts, and thanks for ECDICT.

Install

:CocInstall coc-ecdict

Usage

nnoremap <silent> K :call CocActionAsync('doHover')<CR>

Lookup the keyword under cursor with K, and shows translation in preview/floating window if found.

License

MIT


This extension is created by create-coc-extension