/gonvim-fuzzy

A neovim plugin to be able to send text output of fuzzy finder

Primary LanguageVim ScriptMIT LicenseMIT

neovim-fzf-shim

A neovim plugin to be able to send text output of fuzzy finder

configuration

If you want to use pt (https://github.com/monochromegane/the_platinum_searcher) instead of the ag, add the following settings.

  let g:gonvim_fuzzy_ag_cmd = 'pt --nogroup --column --nocolor'