# ddu.vim [[plugins]] repo = 'Shougo/ddu.vim' on_source = ["denops.vim"] lua_source = """ require("configs/ddu") require("configs/ddu-kind") require("configs/ddu-source") """ # ui [[plugins]] repo = 'Shougo/ddu-ui-ff' # on_event = ["VimEnter"] on_source = ["ddu.vim"] [[plugins]] repo = 'Shougo/ddu-ui-filer' on_source = ["ddu.vim"] # on_event = ["VimEnter"] [[plugins]] repo = 'Shougo/ddu-commands.vim' on_cmd = ["Ddu"] # on_source = ["ddu.vim"] # source [[plugins]] repo = 'Shougo/ddu-source-file_rec' on_source = ["ddu.vim"] [[plugins]] repo = 'shun/ddu-source-rg' on_source = ["ddu.vim"] [[plugins]] repo = 'shun/ddu-source-buffer' on_source = ["ddu.vim"] [[plugins]] repo = 'Shougo/ddu-source-file' on_source = ["ddu.vim"] [[plugins]] repo = 'liquidz/ddu-source-custom-list' on_source = ["ddu.vim"] [[plugins]] repo = "https://github.com/kuuote/ddu-source-git_diff" on_source = ["ddu.vim"] [[plugins]] repo = "https://github.com/kuuote/ddu-source-mr" on_source = ["ddu.vim"] # matcher [[plugins]] repo = 'Shougo/ddu-filter-matcher_substring' on_source = ["ddu.vim"] # kind [[plugins]] repo = 'Shougo/ddu-kind-file' on_source = ["ddu.vim"]