akiyosi / gonvim-fuzzy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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

License:MIT License


Languages

Language:Vim Script 100.0%