vim fzf integration

This commit is contained in:
Martin Bauer 2022-06-14 22:57:00 +02:00
parent eff824c8a9
commit 34c0074218
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ Plug 'justinmk/vim-sneak' " s two character search
Plug 'easymotion/vim-easymotion' " \\ w to jump around quickly Plug 'easymotion/vim-easymotion' " \\ w to jump around quickly
Plug 'sheerun/vim-polyglot' " syntax highlighting for many langs Plug 'sheerun/vim-polyglot' " syntax highlighting for many langs
Plug 'junegunn/fzf' " fuzzy finder Plug 'junegunn/fzf' " fuzzy finder
Plug 'junegunn/fzf.vim' " fuzzy finder integration
Plug 'dracula/vim', { 'as': 'dracula' } " theme Plug 'dracula/vim', { 'as': 'dracula' } " theme
call plug#end() call plug#end()