Skip to content

Instantly share code, notes, and snippets.

@tfmoraes
Created April 15, 2015 19:43
Show Gist options
  • Save tfmoraes/b1763e219d53b75bba18 to your computer and use it in GitHub Desktop.
Save tfmoraes/b1763e219d53b75bba18 to your computer and use it in GitHub Desktop.
neovim fzf
call plug#begin('~/.nvim/plugged')
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment