matsui54 / ddu-source-dein_update

dein.vim upgrader using ddu.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 96.5%Language:Makefile 3.5%