Ripgrep

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索 featured image

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索 の派生。 TL;DR ;; -*- lexical-binding: t -*- (defun consult--migemo-regexp-compiler (input type) (setq input (mapcar …

counsel-rg と migemo を組み合わせて ripgrep でもローマ字検索 featured image

counsel-rg と migemo を組み合わせて ripgrep でもローマ字検索

Ivy (Swiper) で雑に migemo を使う の続編。併せて参照のコト。 TL;DR (setq migemo-options '("--quiet" "--nonewline" "--emacs")) (setq ivy-re-builders-alist '((t . ivy--regex-plus) (counsel-rg . …