diff options
author | yushyin <yushyin@saga> | 2019-04-27 17:54:19 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2019-04-27 17:54:19 +0200 |
commit | 0e76b9aaa39acf66bb999e579640725bdb84ff2f (patch) | |
tree | f6963d6f2c58a21b59a0fdb9242429c7b0d28781 | |
parent | 34a5318c14117335f53004be724b6b7a0cc0b3f5 (diff) | |
download | dotfiles-0e76b9aaa39acf66bb999e579640725bdb84ff2f.tar.gz dotfiles-0e76b9aaa39acf66bb999e579640725bdb84ff2f.tar.xz |
Vim: Add additional dependencies for denite.vim
-rw-r--r-- | vim/dein.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vim/dein.toml b/vim/dein.toml index 54e7fe1..14b11c6 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -2,9 +2,18 @@ repo = 'Shougo/dein.vim' [[plugins]] +repo = 'roxma/vim-hug-neovim-rpc' +lazy = 1 + +[[plugins]] +repo = 'roxma/nvim-yarp' +lazy = 1 + +[[plugins]] repo = 'Shougo/denite.nvim' lazy = 1 on_cmd = 'Denite' +depends = ['vim-hug-neovim-rpc', 'nvim-yarp'] [[plugins]] repo = 'chriskempson/base16-vim' |