https://github.com/lordpax/vim-translate
vim plugin that translate text
https://github.com/lordpax/vim-translate
translate vim
Last synced: 9 months ago
JSON representation
vim plugin that translate text
- Host: GitHub
- URL: https://github.com/lordpax/vim-translate
- Owner: LordPax
- Created: 2024-03-02T02:09:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T11:00:27.000Z (over 2 years ago)
- Last Synced: 2025-08-18T17:43:24.360Z (10 months ago)
- Topics: translate, vim
- Language: Vim Script
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-translate
## Description
A vim plugin that use [translate](https://github.com/LordPax/translate) to translate text.
## Installation
```vimscript
Plug 'LordPax/vim-translate'
```
## Usage
```
:[range]Translate [sourceLang] Translate the selection to the target language.
```