Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryicoh authored Jan 9, 2022
1 parent c41c500 commit fc17234
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ https://user-images.githubusercontent.com/37844673/148679023-6814c111-6ada-4279-
## Installation

For [vim-plug](https://github.com/junegunn/vim-plug)
```

```vim
Plug "ryicoh/deepl.vim"
```

For [dein.vim](https://github.com/Shougo/dein.vim)
```

```vim
call dein#add("ryicoh/deepl.vim")
```

## Configuration

```vim
let g:deepl#endpoint = "https://api-free.deepl.com/v2/translate"
let g:deepl#auth_key = "00000000-0000-0000-0000-000000000000:fx"
Expand Down

0 comments on commit fc17234

Please sign in to comment.