Added fzf install and plugin

This commit is contained in:
Chuck Hawley
2017-10-24 12:42:47 -04:00
parent 1ff76580fd
commit 82e32714e3
3 changed files with 12 additions and 1 deletions

3
.vimrc
View File

@@ -75,6 +75,9 @@ Plug 'tpope/vim-commentary'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'godlygeek/tabular'
""" Command Line Fuzzy Finder - https://github.com/junegunn/fzf
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
call plug#end()