From f8c92ea959cd3fc0ea352456d51d64fec6f80846 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 14 May 2019 06:36:17 +0800 Subject: [PATCH] Use sheerun/vim-polyglot. --- .vim/vimrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 4032df8..408b665 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -59,22 +59,16 @@ Bundle "gmarik/vundle" " Bundle "bonsaiben/bootstrap-snippets" Bundle "ctrlpvim/ctrlp.vim" -Bundle "derekwyatt/vim-scala" -Bundle "elzr/vim-json" -Bundle "evidens/vim-twig" Bundle "garbas/vim-snipmate" Bundle "godlygeek/csapprox" Bundle "gregsexton/gitv" -Bundle "hashivim/vim-terraform" Bundle "honza/vim-snippets" Bundle "itchyny/lightline.vim" Bundle "majutsushi/tagbar" Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" -Bundle "pangloss/vim-javascript" -Bundle "rodjek/vim-puppet" -Bundle "rust-lang/rust.vim" +Bundle "sheerun/vim-polyglot" Bundle "spf13/PIV" Bundle "terryma/vim-expand-region" Bundle "tomtom/tlib_vim"