Revert "Remove fzf.vim install in vim config"

This reverts commit c06890cb27.

Homebrew on macOS doesn't install the vim plugin with fzf
This commit is contained in:
Kevin Cotugno 2023-01-12 14:31:34 -07:00
parent 3df3f67c11
commit dec408e377

View File

@ -21,6 +21,7 @@ Plug 'hrsh7th/cmp-path'
Plug 'hrsh7th/cmp-vsnip' Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/nvim-cmp'
Plug 'hrsh7th/vim-vsnip' Plug 'hrsh7th/vim-vsnip'
Plug 'junegunn/fzf'
Plug 'kchmck/vim-coffee-script' Plug 'kchmck/vim-coffee-script'
Plug 'lifepillar/vim-solarized8' Plug 'lifepillar/vim-solarized8'
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'