Browse Source

added fzf plugin

master
n0m1s 5 years ago
parent
commit
6dfd8f31b7
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/init.vimrc

+ 1
- 0
config/init.vimrc View File

@ -22,6 +22,7 @@ Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
" must-have " must-have
Plug 'vim-airline/vim-airline' " awesome bar Plug 'vim-airline/vim-airline' " awesome bar
Plug 'ctrlpvim/ctrlp.vim' " fuzzy file-finder Plug 'ctrlpvim/ctrlp.vim' " fuzzy file-finder
Plug 'junegunn/fzf' " fuzzy file-finder (faster than CtrlP)
Plug 'bkad/CamelCaseMotion' " move inside words Plug 'bkad/CamelCaseMotion' " move inside words
" IDE-like plugins " IDE-like plugins


Loading…
Cancel
Save