Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skanehira/denops-translate.vim
- Owner: skanehira
- License: mit
- Created: 2021-09-28T12:28:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:16:04.000Z (6 months ago)
- Last Synced: 2024-12-09T14:49:27.033Z (about 1 month ago)
- Topics: denops, translation, vim, vim-denops, vim-plugin
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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