vim fzf integration
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user