Advertisement
Guest User

Untitled

a guest
May 26th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. call plug#begin('~/.nvim/plugged')
  2.  
  3. Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
  4.  
  5. call plug#end()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement