`picker.sources.*.matcher.fuzzy` を `false` にする。(特定機能だけの場合) ```lua picker = { sources = { lines = { matcher = { fuzzy = false }, }, ```