aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-08 18:56:54 -0400
committertdro <tdro@users.noreply.github.com>2019-06-08 18:56:54 -0400
commit7696045deceee3cbd2e611c57a9d15bc32b1acdf (patch)
tree42f268de914345e5d42a66a967b1d82d7893c848 /.vim
parenta29724cd2f27d51ad9647b09a0178dcd930e53a7 (diff)
downloaddotfiles-7696045deceee3cbd2e611c57a9d15bc32b1acdf.tar.gz
dotfiles-7696045deceee3cbd2e611c57a9d15bc32b1acdf.tar.bz2
dotfiles-7696045deceee3cbd2e611c57a9d15bc32b1acdf.zip
.vim/plugins.vim: Add new vim plugins
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index b553e1e..76dd762 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -5,9 +5,13 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
-Plugin 'tpope/vim-vinegar'
Plugin 'scrooloose/nerdtree'
-Plugin 'ctrlpvim/ctrlp.vim'
+Plugin 'junegunn/fzf.vim'
+Plugin 'tpope/vim-vinegar'
+Plugin 'ervandew/supertab'
+Plugin 'skwp/greplace.vim'
+Plugin 'pangloss/vim-javascript'
+Plugin 'tpope/vim-surround'
" All of your Plugins must be added before the following line
call vundle#end() " required