Skip to content

Commit

Permalink
Add fzf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Oct 18, 2017
1 parent 9e018d8 commit b570d47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Plugin 'xolox/vim-session'
Plugin 'xolox/vim-misc'
Plugin 'chriskempson/base16-vim'
Plugin 'kana/vim-textobj-entire'
Plugin 'junegunn/fzf.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-rake'
Expand Down Expand Up @@ -414,6 +415,14 @@ let g:ctrlp_by_filename = 1
let g:ctrlp_working_path_mode = 'ra'
let g:ctrlp_show_hidden = 1


" --------------------------------------------------
" FZF customization
" --------------------------------------------------
set rtp+=/usr/local/opt/fzf
set rtp+=~/.fzf


" --------------------------------------------------
" Use ripgrep for all the things
" --------------------------------------------------
Expand Down

0 comments on commit b570d47

Please sign in to comment.