begriffs / haskell-vim-now

One-line Haskell Vim install
MIT License
988 stars 100 forks source link

Interested in fzf? #281

Closed jship closed 2 years ago

jship commented 6 years ago

A coworker got me hooked on fzf. Interested in a PR to replace ctrl+p with fzf?

Another nice bit: fzf can use ripgrep as the backing search tool for searching the contents of files and it is super fast. I've been exclusively using ripgrep-powered fzf for code searching recently.

begriffs commented 6 years ago

If we can keep the searching interface the same but it will go faster then yeah let's try it!