Skip to content

A filter for ddu.vim that use Vim's builtin matchfuzzy() function

License

Notifications You must be signed in to change notification settings

Bakudankun/ddu-filter-matchfuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddu-filter-matchfuzzy

A filter for ddu.vim that use Vim's builtin matchfuzzy() function

Required

Configuration

  " Use matchfuzzy filter.
  call ddu#custom#patch_global({
      \   'sourceOptions': {
      \     '_': {
      \       'matchers': ['matcher_matchfuzzy'],
      \     },
      \   }
      \ })

  " Specify options
  call ddu#custom#patch_global({
      \   'filterParams': {
      \     'matcher_matchfuzzy': {
      \       'highlightMatched': 'Search',
      \       'limit': 100,
      \       'matchseq': v:true,
      \     },
      \   }
      \ })

See the help document for the detail.

License

MIT

About

A filter for ddu.vim that use Vim's builtin matchfuzzy() function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published