willelz / dpp-ext-installer

Installer ext for dpp.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpp-ext-installer

This ext implements installer.

Required

denops.vim

https://github.com/vim-denops/denops.vim

dpp.vim

https://github.com/Shougo/dpp.vim

Configuration

	" Install plugins
	call dpp#async_ext_action('installer', 'install')

	" Update plugins
	call dpp#async_ext_action('installer', 'update')

	" Update dpp.vim
	call dpp#async_ext_action('installer', 'update',
	\ #{ names: ['dpp.vim'] })

	" Check not updated plugins
	call dpp#async_ext_action('installer', 'checkNotUpdated')

	" Get not installed plugins
	echo dpp#ext_action('installer', 'getNotInstalled')

Screenshots

install UI

About

Installer ext for dpp.vim

License:MIT License


Languages

Language:TypeScript 91.6%Language:Vim Script 8.4%