Skip to content

Milly/ddu-filter-kensaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddu-filter-kensaku

MIT License Vim doc

Migemo matcher for ddu.vim

Migemo を利用してローマ字入力により ddu.vim のアイテムから日本語文字列をマッチングします。

Required

以下のプラグインに依存します。

Installation

  1. Deno をインストールします。
  2. vim-plug などを利用してプラグインをインストールします。
Plug 'vim-denops/denops.vim'
Plug 'Shougo/ddu.vim'
Plug 'lambdalisue/kensaku.vim'
Plug 'Milly/ddu-filter-kensaku'

Configuration

ddu.vim の設定を行います。

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

" Option: Enable highlight matched text
call ddu#custom#patch_global('filterParams', #{
    \  matcher_kensaku: #{
    \    highlightMatched: 'Search',
    \  },
    \})

About

Migemo matcher for ddu.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published