convert to neobundle, disable eclim, work on emacs

This commit is contained in:
Barak Michener 2015-01-24 18:05:17 -05:00
parent 01aa8955da
commit 924d2b4bf9
217 changed files with 56 additions and 33678 deletions

90
.vimrc
View file

@ -76,52 +76,52 @@ filetype off
autocmd CursorMovedI * if pumvisible() == 0|pclose|endif
autocmd InsertLeave * if pumvisible() == 0|pclose|endif
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'conque_2.3'
Plugin 'eclim'
Plugin 'vim-scripts/DrawIt'
Plugin 'tpope/vim-speeddating'
Plugin 'vim-scripts/EasyGrep'
Plugin 'chrisbra/NrrwRgn'
Plugin 'hsitz/VimOrganizer'
Plugin 'mileszs/ack.vim'
Plugin 'mattn/calendar-vim'
Plugin 'vim-scripts/fish-syntax'
Plugin 'sjbach/lusty'
Plugin 'scrooloose/nerdcommenter'
Plugin 'scrooloose/nerdtree'
Plugin 'rstacruz/sparkup'
Plugin 'scrooloose/syntastic'
Plugin 'kchmck/vim-coffee-script'
Plugin 'tpope/vim-fugitive'
Plugin 'airblade/vim-gitgutter'
Plugin 'lunaru/vim-less'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'rodjek/vim-puppet'
Plugin 'tpope/vim-unimpaired'
Plugin 'Valloric/YouCompleteMe'
Plugin 'b4winckler/vim-angry'
Plugin 'tristen/vim-sparkup'
Plugin 'bling/vim-airline'
Plugin 'kien/ctrlp.vim'
Plugin 'Blackrush/vim-gocode'
Plugin 'bling/vim-bufferline'
Plugin 'majutsushi/tagbar'
Plugin 'Raimondi/delimitMate'
Plugin 'eagletmt/neco-ghc'
Plugin 'eagletmt/ghcmod-vim'
Plugin 'Shougo/vimproc.vim'
Plugin 'SirVer/ultisnips'
Bundle 'honza/vim-snippets'
Plugin 'JuliaLang/julia-vim'
Plugin 'tpope/vim-surround'
Bundle 'farseer90718/vim-taskwarrior'
Bundle 'fatih/vim-go'
set rtp+=~/.vim/bundle/neobundle.vim/
call neobundle#begin(expand('~/.vim/bundle'))
NeoBundle 'Shougo/neobundle.vim'
NeoBundle 'conque_2.3'
NeoBundle 'eclim'
NeoBundle 'vim-scripts/DrawIt'
NeoBundle 'tpope/vim-speeddating'
NeoBundle 'vim-scripts/EasyGrep'
NeoBundle 'chrisbra/NrrwRgn'
NeoBundle 'hsitz/VimOrganizer'
NeoBundle 'mileszs/ack.vim'
NeoBundle 'mattn/calendar-vim'
NeoBundle 'vim-scripts/fish-syntax'
NeoBundle 'sjbach/lusty'
NeoBundle 'scrooloose/nerdcommenter'
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'rstacruz/sparkup'
NeoBundle 'scrooloose/syntastic'
NeoBundle 'kchmck/vim-coffee-script'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'airblade/vim-gitgutter'
NeoBundle 'lunaru/vim-less'
NeoBundle 'terryma/vim-multiple-cursors'
NeoBundle 'rodjek/vim-puppet'
NeoBundle 'tpope/vim-unimpaired'
NeoBundle 'Valloric/YouCompleteMe'
NeoBundle 'b4winckler/vim-angry'
NeoBundle 'tristen/vim-sparkup'
NeoBundle 'bling/vim-airline'
NeoBundle 'kien/ctrlp.vim'
NeoBundle 'Blackrush/vim-gocode'
NeoBundle 'bling/vim-bufferline'
NeoBundle 'majutsushi/tagbar'
NeoBundle 'Raimondi/delimitMate'
NeoBundle 'eagletmt/neco-ghc'
NeoBundle 'eagletmt/ghcmod-vim'
NeoBundle 'Shougo/vimproc.vim'
NeoBundle 'SirVer/ultisnips'
NeoBundle 'honza/vim-snippets'
NeoBundle 'JuliaLang/julia-vim'
NeoBundle 'tpope/vim-surround'
NeoBundle 'farseer90718/vim-taskwarrior'
NeoBundle 'fatih/vim-go'
NeoBundle 'uarun/vim-protobuf'
"https://git.wincent.com/command-t.git
call vundle#end()
call neobundle#end()
filetype plugin indent on " required
" Sources
"source ~/.vim/supertab.vim