[[plugins]] repo = 'https://github.com/flow6852/ddu-source-qf' [[plugins]] repo = 'https://github.com/kuuote/ddu-filter-converter_normalize_hl' [[plugins]] repo = 'https://github.com/kuuote/ddu-filter-sorter_mtime' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-git_diff' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-git_status' # L hook_add = ''' nnoremap ;g call p#ddu#ff#start({'name':'git_status','sourceOptions':{'_': {'path': expand('%:p')}}}) ''' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-mr' # L hook_add = ''' nnoremap ;w call dpp#source(['vim-mr'])call p#ddu#ff#start({'name':'mrw'}) nnoremap mru call dpp#source(['vim-mr'])call p#ddu#ff#start({'name':'mru'}) nnoremap mrr call dpp#source(['vim-mr'])call p#ddu#ff#start({'name':'mrr'}) nnoremap mrd call dpp#source(['vim-mr'])call p#ddu#ff#start({'name':'mrd'}) ''' [[plugins]] repo = 'https://github.com/kuuote/ddu-source-tags' # L hook_add = ''' nnoremap ;t call p#ddu#ff#start({'name':'tags'}) ''' [[plugins]] repo = 'https://github.com/kyoh86/ddu-filter-converter_hl_dir' # L [[plugins]] repo = 'https://github.com/matsui54/ddu-source-file_external' hook_add = ''' nnoremap ;rw Ddu -name=file_ext_mrwcall p#ddu#ff#wait(v:false) ''' [[plugins]] repo = 'https://github.com/matsui54/ddu-source-help' # L hook_add = ''' nnoremap dh call p#ddu#ff#start({'name': 'help'}, v:true) ''' [[plugins]] repo = 'https://github.com/Milly/ddu-filter-kensaku' [[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' hook_add = ''' nnoremap ;f Ddu file -name=file -source-option-_-path=`expand('%:p:h')` -searchPath=`expand('%:p')`call p#ddu#ff#wait(v:false)z. ''' [[plugins]] repo = 'https://github.com/Shougo/ddu-source-line' # L hook_add = ''' nnoremap dl call p#ddu#ff#start({'name': 'line'}, v:true) ''' [[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 vimrc User DenopsReady call ddu#custom#load_config(expand('$VIMCONF/conf/plug/ddu/main.ts')) " ddu.vim自体のロードがDenopsReadyで行われるため再呼び出ししておく autocmd vimrc User DenopsReady ++once call timer_start(0, {->execute('doautocmd User DenopsReady', '')}) ''' [[plugins]] repo = 'https://github.com/shun/ddu-source-rg' lazy = 1 [[plugins]] repo = 'https://github.com/uga-rosa/ddu-source-lsp' # X hook_add = ''' if has('nvim') autocmd vimrc LspAttach * let b:ddu_source_lsp_clientName = 'nvim-lsp' endif autocmd vimrc User LspointsAttach:* let b:ddu_source_lsp_clientName = 'lspoints' ''' [[plugins]] repo = 'https://github.com/yuki-yano/ddu-filter-fzf' # L