Skip to content

Shougo/ddu-filter-matcher_ignores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddu-filter-matcher_ignores

Ignore specified items matcher for ddu.vim

This matcher filters specified items.

Required

denops.vim

https://github.com/vim-denops/denops.vim

ddu.vim

https://github.com/Shougo/ddu.vim

Configuration

call ddu#custom#patch_global(#{
    \   sourceOptions: #{
    \     _: #{
    \       matchers: ['matcher_ignores'],
    \     },
    \   }
    \ })

" Ignore current buffer
call ddu#custom#patch_global(#{
    \   filterParams: #{
    \     _: #{
    \       ignores: '%'->bufname()->fnamemodify(':p'),
    \       actionKey: 'path',
    \     },
    \   }
    \ })

About

Ignore specified items matcher for ddu.vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published