From 376c3a82e579c62886c1d09462a3204ca8fb1e10 Mon Sep 17 00:00:00 2001 From: utahta Date: Fri, 19 Apr 2019 18:20:58 +0900 Subject: [PATCH] Update README --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 24e3e7f..c706895 100644 --- a/README.md +++ b/README.md @@ -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