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"