Remove fzf.vim install in vim config

The fzf package installs it system wide
This commit is contained in:
Kevin Cotugno 2022-12-23 07:42:48 -07:00
parent ecaddafd78
commit c06890cb27

View File

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