Skip to content

Commit

Permalink
added fzf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Dec 3, 2020
1 parent 03883ce commit 7898637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ Plug 'tpope/vim-surround'
Plug 'wincent/terminus'
Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install()}} " Language Server support


Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'

" Initialize plugin system
call plug#end()

0 comments on commit 7898637

Please sign in to comment.