Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fannheyward/coc-ecdict
- Owner: fannheyward
- License: mit
- Created: 2019-09-04T16:16:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T09:34:10.000Z (about 2 years ago)
- Last Synced: 2024-10-12T18:47:42.416Z (about 1 month ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)