diff --git a/bundles.vim b/bundles.vim index c117ac1..7ad86de 100644 --- a/bundles.vim +++ b/bundles.vim @@ -11,36 +11,25 @@ Bundle 'gmarik/vundle' Bundle 'tpope/vim-sensible' Bundle 'altercation/vim-colors-solarized' -"Bundle 'Lokaltog/vim-distinguished' Bundle 'jnurmine/Zenburn' Bundle 'endel/vim-github-colorscheme' Bundle 'flazz/vim-colorschemes' -"Bundle 'tomasr/molokai' -"Bundle 'nanotech/jellybeans' -"Bundle 'chriskempson/tomorrow-theme' Bundle 'tpope/vim-bundler' Bundle 'tpope/vim-fugitive' -Bundle 'rking/ag.vim' Bundle 'ciaranm/securemodelines' Bundle 'kien/ctrlp.vim' -"Bundle 'Lokaltog/vim-powerline' Bundle 'bling/vim-airline' Bundle 'scrooloose/nerdtree' Bundle 'ervandew/supertab' -"Bundle 'Valloric/YouCompleteMe' Bundle 'scrooloose/syntastic' -"Bundle 'majutsushi/tagbar' -"Bundle 'airblade/vim-gitgutter' Bundle 'kchmck/vim-coffee-script' Bundle 'vim-scripts/glsl.vim' Bundle 'fatih/vim-go' Bundle 'groenewege/vim-less' -"Bundle 'gkz/vim-ls' Bundle 'tpope/vim-markdown' -"Bundle 'timcharper/textile.vim' Bundle 'slim-template/vim-slim' Bundle 'jboyens/vim-protobuf' Bundle 'dag/vim-fish' @@ -51,12 +40,6 @@ Bundle 'michaeljsmith/vim-indent-object' Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' -"Bundle 'tpope/vim-ragtag' -"Bundle 'tpope/vim-speeddating' -"Bundle 'mattn/zencoding-vim' -"Bundle 'scrooloose/nerdcommenter' -"Bundle 'Raimondi/delimitMate' -Bundle 'edsono/vim-matchit' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-eunuch'