Skip to content

Instantly share code, notes, and snippets.

@jiahut
Created March 1, 2020 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiahut/ce6b03f0f0167037e2e6526e70dd4945 to your computer and use it in GitHub Desktop.
Save jiahut/ce6b03f0f0167037e2e6526e70dd4945 to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.6 } }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment