Skip to content

Shougo/ddu-filter-matcher_substring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddu-filter-matcher_substring

Substring matcher for ddu.vim

This matcher filters substring matched 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_substring'],
    \     },
    \   }
    \ })

" Enable highlight matched text
" Note: It is slow
call ddu#custom#patch_global(#{
    \   filterParams: #{
    \     matcher_substring: #{
    \       highlightMatched: 'Search',
    \     },
    \   }
    \ })

About

Substring matcher for ddu.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published