Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skanehira/denops-translate.vim

Translate languages
https://github.com/skanehira/denops-translate.vim

denops translation vim vim-denops vim-plugin

Last synced: 25 days ago
JSON representation

Translate languages

Awesome Lists containing this project

README

        

# denops-translate.vim
A new [translate.vim](https://github.com/skanehira/translate.vim)

## Requirements
- [denops.vim](https://github.com/vim-denops/denops.vim)

## Usage
```vim
:Translate[!] [{source} {target}] [{text}]
```

Translate `{text}` from `{source}` to `{target}`.
When arguments doesn't specified, then current line will be translated from `g:translate_target` to `g:translate_source`.
If you use `!`, then `{source}` and `{target}` will be exchanged.

## Author
skanehira