Skip to content

Commit

Permalink
Replace fzf with ctrlp
Browse files Browse the repository at this point in the history
  • Loading branch information
waynee95 committed Nov 12, 2019
1 parent 49e35c4 commit a941939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vim/.vimrc
Expand Up @@ -10,11 +10,8 @@ call plug#begin('~/.vim/plugged')

Plug 'sheerun/vim-polyglot'
Plug 'editorconfig/editorconfig-vim'

Plug 'tpope/vim-fugitive'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'

Plug 'ctrlpvim/ctrlp.vim'
Plug 'Lokaltog/vim-monotone', { 'dir': '~/.vim/colors/vim-monotone' }

call plug#end()
Expand Down Expand Up @@ -83,3 +80,6 @@ let g:netrw_browse_split = 4
let g:netrw_altv = 1
let g:netrw_winsize = 25
let g:netrw_browsex_viewer = "firefox" " Make sure to open links via gx with firefox

let g:ctrlp_map = '<c-p>'
let g:ctrlp_cmd = 'CtrlP'

0 comments on commit a941939

Please sign in to comment.