From 7cb31bd93eff5d80c5b3fbd7f5b0f3f096e8864d Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 14 Mar 2020 19:04:59 -0700 Subject: [PATCH] Update vundle repos. Update scrooloose repos as they seem to have changed maintainers. --- vim/vundles/languages.vundle | 2 +- vim/vundles/project.vundle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vundles/languages.vundle b/vim/vundles/languages.vundle index 366b28de..ccd327a9 100644 --- a/vim/vundles/languages.vundle +++ b/vim/vundles/languages.vundle @@ -2,7 +2,7 @@ Bundle 'sheerun/vim-polyglot' Bundle 'garbas/vim-snipmate.git' Bundle 'honza/vim-snippets' Bundle 'jtratner/vim-flavored-markdown.git' -Bundle 'scrooloose/syntastic.git' +Bundle 'vim-syntastic/syntastic.git' Bundle 'nelstrom/vim-markdown-preview' Bundle 'skwp/vim-html-escape' Bundle 'mxw/vim-jsx' diff --git a/vim/vundles/project.vundle b/vim/vundles/project.vundle index d18e021f..6e3c0d0f 100644 --- a/vim/vundles/project.vundle +++ b/vim/vundles/project.vundle @@ -1,5 +1,5 @@ Bundle "jistr/vim-nerdtree-tabs.git" -Bundle "scrooloose/nerdtree.git" +Bundle "preservim/nerdtree.git" Bundle "ctrlpvim/ctrlp.vim" Bundle 'JazzCore/ctrlp-cmatcher' Bundle 'junegunn/fzf'