Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

QFixHowmの全文検索にripgrepを使う設定

$
0
0

Vim用のQFixHowmの全文検索でGNU Grepの代わりに、ripgrepを使い、検索を高速化する設定方法。

" ripgrepを使う(PATHは通してある前提)let mygrepprg='rg'" 実行時のオプションをripgrep用に変更(GNU Grepと同じ出力になるように)let MyGrepcmd_useropt='-nH --no-heading --color never'let MyGrepcmd_regexp=''let MyGrepcmd_regexp_ignore='-i'let MyGrepcmd_fix='-F'let MyGrepcmd_fix_ignore='-F -i'let MyGrepcmd_recursive=''" gipgrepにファイルパターンとして「*」「*.*」を渡したらエラーになったのでその対策let MyGrep_GrepFilePattern='.'

参考


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>