Skip to content

matsui54/ddu-source-dein_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddu-source-dein_update

This source updates the plugins installed by dein.vim and output the result to ddu buffer. You can use this plugin instead of dein#update().

ddu-dein_update

Actions

You can see the output of the result of update and see the diff in a new buffer.

ddu-dein_update-actions

Install

In addition to this plugin, please install ddu.vim, denops.vim and dein.vim.

Setup

You need to specify matcher_dein_update as ddu matcher.

call ddu#custom#patch_global({
    \   'sourceOptions' : {
    \     'dein_update': {
    \       'matchers': ['matcher_dein_update'],
    \     },
    \   },
    \   'kindOptions': {
    \     'dein_update': {
    \       'defaultAction': 'viewDiff',
    \     },
    \   },
    \   'actionOptions': {
    \     'echo': {
    \       'quit': v:false,
    \     },
    \     'echoDiff': {
    \       'quit': v:false,
    \     },
    \   },
    \ })

About

dein.vim upgrader using ddu.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published