https://github.com/shougo/dpp-ext-installer
Installer ext for dpp.vim
https://github.com/shougo/dpp-ext-installer
dpp-exts dpp-vim
Last synced: 8 months ago
JSON representation
Installer ext for dpp.vim
- Host: GitHub
- URL: https://github.com/shougo/dpp-ext-installer
- Owner: Shougo
- License: mit
- Created: 2023-10-12T10:07:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:07:31.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:04:44.853Z (over 1 year ago)
- Topics: dpp-exts, dpp-vim
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpp-ext-installer
This ext implements plugins installer.
## Required
### denops.vim
https://github.com/vim-denops/denops.vim
### dpp.vim
https://github.com/Shougo/dpp.vim
## Configuration
```vim
" Install plugins
call dpp#async_ext_action('installer', 'install')
" Update plugins
call dpp#async_ext_action('installer', 'update')
" Update plugins with specify rollback revisions
call dpp#async_ext_action('installer', 'update',
\ #{ rollback: 'latest' })
" 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#sync_ext_action('installer', 'getNotInstalled')
```
## Screenshots
