Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fannheyward/coc-ecdict

ECDICT extension for coc.nvim
https://github.com/fannheyward/coc-ecdict

Last synced: 15 days ago
JSON representation

ECDICT extension for coc.nvim

Awesome Lists containing this project

README

        

# coc-ecdict

ECDICT extension for coc.nvim. Inspired by [edict.ts](https://github.com/iamcco/dotfiles/commit/0885d76a9b1fff98ad19ab5f1892cdd910bbba99#diff-cbb8dd59854b560f9ecafdfad5d3cc4d), and thanks for [ECDICT](https://github.com/skywind3000/ECDICT).

## Install

`:CocInstall coc-ecdict`

## Usage

```vim
nnoremap K :call CocActionAsync('doHover')
```

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](https://github.com/fannheyward/create-coc-extension)