[feature] fzf.vim for more fzf functionalities

This commit is contained in:
Klesh Wong 2020-11-06 01:24:45 +08:00
parent 733da17292
commit 82731c7ca9

View File

@ -109,7 +109,8 @@ Plug 'chrisbra/Colorizer'
Plug 'alvan/vim-closetag', { 'for': ['vue', 'html', 'xml'] }
"Plug 'airblade/vim-gitgutter'
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
Plug 'junegunn/fzf'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
call plug#end()
" ==== vim-markdown configuration ====