From fb4bec51f05ef47e56fca2d21acd20b4f38c6010 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 4 Jan 2017 13:45:57 -0600 Subject: [PATCH] Add graphql/jsx/fzf --- vim/vundles/languages.vundle | 2 ++ vim/vundles/project.vundle | 1 + 2 files changed, 3 insertions(+) diff --git a/vim/vundles/languages.vundle b/vim/vundles/languages.vundle index 729d32ae..366b28de 100644 --- a/vim/vundles/languages.vundle +++ b/vim/vundles/languages.vundle @@ -5,3 +5,5 @@ Bundle 'jtratner/vim-flavored-markdown.git' Bundle 'scrooloose/syntastic.git' Bundle 'nelstrom/vim-markdown-preview' Bundle 'skwp/vim-html-escape' +Bundle 'mxw/vim-jsx' +Bundle 'jparise/vim-graphql' diff --git a/vim/vundles/project.vundle b/vim/vundles/project.vundle index 308fe05e..d18e021f 100644 --- a/vim/vundles/project.vundle +++ b/vim/vundles/project.vundle @@ -2,5 +2,6 @@ Bundle "jistr/vim-nerdtree-tabs.git" Bundle "scrooloose/nerdtree.git" Bundle "ctrlpvim/ctrlp.vim" Bundle 'JazzCore/ctrlp-cmatcher' +Bundle 'junegunn/fzf' Bundle "xolox/vim-misc" Bundle "xolox/vim-session"