[[plugins]] repo = 'https://github.com/kuuote/ddu-source-git_diff' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-git_status' # L hook_add = ''' nnoremap gs call ddu#start({'name':'git_status','sourceOptions':{'_': {'path': expand('%:p')}}}) ''' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-mr' # L hook_add = ''' nnoremap mru call ddu#start({'name':'mru'}) nnoremap mrw call ddu#start({'name':'mrw'}) nnoremap mrr call ddu#start({'name':'mrr'}) ''' [[plugins]] repo = 'https://github.com/kyoh86/ddu-filter-converter_hl_dir' # L [[plugins]] repo = 'https://github.com/matsui54/ddu-source-file_external' [[plugins]] repo = 'https://github.com/matsui54/ddu-source-help' # L hook_add = ''' nnoremap dh call ddu#start({'name':'help'}) ''' [[plugins]] repo = 'https://github.com/Shougo/ddu-column-filename' [[plugins]] repo = 'https://github.com/Shougo/ddu-commands.vim' on_cmd = ['Ddu'] [[plugins]] repo = 'https://github.com/Shougo/ddu-filter-matcher_substring' [[plugins]] repo = 'https://github.com/Shougo/ddu-filter-sorter_alpha' [[plugins]] repo = 'https://github.com/Shougo/ddu-kind-file' # L [[plugins]] repo = 'https://github.com/Shougo/ddu-source-file_rec' [[plugins]] repo = 'https://github.com/Shougo/ddu-source-file' [[plugins]] repo = 'https://github.com/Shougo/ddu-source-line' # L hook_add = ''' nnoremap dl call ddu#start({'name':'line'}) ''' [[plugins]] repo = 'https://github.com/Shougo/ddu-ui-ff' [[plugins]] repo = 'https://github.com/Shougo/ddu-ui-filer' [[plugins]] repo = 'https://github.com/Shougo/ddu.vim' # L hook_add = ''' autocmd User DenopsReady source $VIMDIR/conf/plug/ddu.vim ''' [[plugins]] repo = 'https://github.com/shun/ddu-source-rg' lazy = 1 [[plugins]] repo = 'https://github.com/uga-rosa/ddu-source-lsp' hook_add = ''' let g:ddu_source_lsp_clientName = 'lspoints' ''' [[plugins]] repo = 'https://github.com/yuki-yano/ddu-filter-fzf' # L