fzf and broot
This commit is contained in:
@@ -9,7 +9,8 @@ set number " turn on line numbers
|
||||
" ----------------------------- Plugins ------------------------------
|
||||
|
||||
call plug#begin()
|
||||
Plug 'justinmk/vim-sneak'
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'justinmk/vim-sneak' " s two character search
|
||||
Plug 'easymotion/vim-easymotion' " \\ w to jump around quickly
|
||||
Plug 'sheerun/vim-polyglot' " syntax highlighting for many langs
|
||||
Plug 'junegunn/fzf' " fuzzy finder
|
||||
call plug#end()
|
||||
Reference in New Issue
Block a user