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'