vim fzf integration
This commit is contained in:
parent
eff824c8a9
commit
34c0074218
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue