removing unused plugins

This commit is contained in:
Nick Nisi
2014-05-13 23:15:48 -04:00
parent b615ad3724
commit 924472a637

View File

@@ -19,9 +19,7 @@ Plugin 'tpope/vim-surround'
Plugin 'benmills/vimux' Plugin 'benmills/vimux'
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'ciaranm/detectindent'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'tpope/vim-repeat' Plugin 'tpope/vim-repeat'
Plugin 'garbas/vim-snipmate' Plugin 'garbas/vim-snipmate'
Plugin 'mattn/emmet-vim' Plugin 'mattn/emmet-vim'
@@ -58,7 +56,7 @@ Plugin 'leafgarland/typescript-vim'
" Plugin 'dart-lang/dart-vim-plugin' " Plugin 'dart-lang/dart-vim-plugin'
Plugin 'cakebaker/scss-syntax.vim' Plugin 'cakebaker/scss-syntax.vim'
" Plugin 'kchmck/vim-coffee-script' " Plugin 'kchmck/vim-coffee-script'
Plugin 'tclem/vim-arduino' " Plugin 'tclem/vim-arduino'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on