[[plugins]]
repo = "https://github.com/Shougo/dpp.vim"

[[plugins]]
repo = "https://github.com/vim-denops/denops.vim"

[[plugins]]
repo = "https://github.com/tani/vim-artemis"

[[plugins]]
repo = "https://github.com/Shougo/dpp-protocol-git"

[[plugins]]
repo = "https://github.com/Shougo/dpp-ext-lazy"

[[plugins]]
repo = "https://github.com/Shougo/dpp-ext-toml"

[[plugins]]
repo = "https://github.com/Shougo/dpp-ext-installer"
hook_add = """
command! DppInstall call dpp#async_ext_action('installer', 'install')
command! DppUpdate call dpp#async_ext_action('installer', 'update')
"""