{"id":18013408,"url":"https://github.com/milly/ddu-filter-kensaku","last_synced_at":"2025-03-26T16:31:59.528Z","repository":{"id":66495203,"uuid":"589803258","full_name":"Milly/ddu-filter-kensaku","owner":"Milly","description":"Migemo matcher for ddu.vim","archived":false,"fork":false,"pushed_at":"2024-08-01T04:26:43.000Z","size":19,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T22:15:52.855Z","etag":null,"topics":["ddu-filter","ddu-vim","vim","vim-denops"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Milly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-17T01:04:08.000Z","updated_at":"2024-08-01T15:15:00.000Z","dependencies_parsed_at":"2024-08-01T03:09:54.422Z","dependency_job_id":"24f2d64a-d312-4395-a8bf-8b1790713671","html_url":"https://github.com/Milly/ddu-filter-kensaku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-kensaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-kensaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-kensaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-kensaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/ddu-filter-kensaku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245692756,"owners_count":20657000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddu-filter","ddu-vim","vim","vim-denops"],"created_at":"2024-10-30T03:21:23.422Z","updated_at":"2025-03-26T16:31:59.145Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-filter-kensaku\n\n[![license:MIT](https://img.shields.io/github/license/Milly/ddu-filter-kensaku?style=flat-square)](LICENSE)\n[![Vim doc](https://img.shields.io/badge/doc-%3Ah%20ddu--filter--kensaku-orange.svg?style=flat-square\u0026logo=vim)](doc/ddu-filter-kensaku.txt)\n\nMigemo matcher for ddu.vim\n\n[Migemo][] を利用してローマ字入力により [ddu.vim][] のアイテムから日本語文字列をマッチングします。\n\n単語を空白で区切って入力することで AND 検索ができます。\n\n例: `roma nihongo` で「... ローマ字 ... 日本語 ...」のような文にマッチします。\n\n![ddu-filter-kensaku](https://github.com/user-attachments/assets/e58a0b25-0100-43b5-b759-289465b52a5a)\n\n## Required\n\n以下のプラグインに依存します。\n\n- [denops.vim][]\n- [ddu.vim][]\n- [kensaku.vim][]\n\n## Installation\n\n1. [Deno][] をインストールします。\n2. [vim-plug][] などを利用してプラグインをインストールします。\n\n```\nPlug 'vim-denops/denops.vim'\nPlug 'Shougo/ddu.vim'\nPlug 'lambdalisue/kensaku.vim'\nPlug 'Milly/ddu-filter-kensaku'\n```\n\n## Configuration\n\nddu.vim の設定を行います。\n\n```vim\ncall ddu#custom#patch_global('sourceOptions', #{\n      \\  _: #{\n      \\    matchers: ['matcher_kensaku'],\n      \\  },\n      \\})\n\n\" Option: Enable highlight matched text\ncall ddu#custom#patch_global('filterParams', #{\n    \\  matcher_kensaku: #{\n    \\    highlightMatched: 'Search',\n    \\  },\n    \\})\n```\n\n[Deno]: https://deno.land/\n[Migemo]: http://0xcc.net/migemo/\n[ddu.vim]: https://github.com/Shougo/ddu.vim\n[denops.vim]: https://github.com/vim-denops/denops.vim\n[kensaku.vim]: https://github.com/lambdalisue/kensaku.vim\n[vim-plug]: https://github.com/junegunn/vim-plug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-filter-kensaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fddu-filter-kensaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-filter-kensaku/lists"}