Hacker News new | ask | show | jobs
by oddlydrawn 3098 days ago
CtrlP is nice but pretty slow. You can try ripgrep with CtrlP using:

if executable('rg')

  let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""'

  let g:ctrlp_use_caching = 0
endif