Skip to content

DeepL translation plugin for Vim/NeoVim.

License

Notifications You must be signed in to change notification settings

ryicoh/deepl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

deepl.vim

Demo

2022-01-09.19.47.28.mov

Configuration

let g:deepl#endpoint = "https://api-free.deepl.com/v2/translate"
let g:deepl#auth_key = "00000000-0000-0000-0000-000000000000:fx"
vmap t<C-e> <Cmd>call deepl#v("EN")<CR>
vmap t<C-j> <Cmd>call deepl#v("JA")<CR>

About

DeepL translation plugin for Vim/NeoVim.

Topics

Resources

License

Stars

Watchers

Forks