heetch / neovim-config

16 stars 1 forks source link

Set $FZF_DEFAULT_COMMAND so we can set files to ignore #13

Closed jhchabran closed 8 years ago

jhchabran commented 8 years ago

export FZF_DEFAULT_COMMAND='ag -g ""' in your shell profile does the job.

This will ensure that the find files from fzf respect .agignore and will make it much faster, much much faster.