Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Apr 19, 2019
1 parent 315197a commit 376c3a8
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,15 @@ e.g. it costs $0.06 for 2889 characters.

## Installation

For vim-plug
```viml
" dein.vim
call dein#add('utahta/trans.nvim')
call dein#add('roxma/nvim-yarp')
" NeoBundle
NeoBundle 'utahta/trans.nvim'
NeoBundle 'roxma/nvim-yarp'
" vim-plug
Plug 'utahta/trans.nvim'
Plug 'roxma/nvim-yarp'
if has('nvim')
Plug 'utahta/trans.nvim', {'do': ':UpdateRemotePlugins'}
else
Plug 'utahta/trans.nvim'
Plug 'roxma/nvim-yarp'
Plug 'roxma/vim-hug-neovim-rpc'
endif
```

## Settings
Expand Down

0 comments on commit 376c3a8

Please sign in to comment.