switch to dein

This commit is contained in:
Barak Michener 2017-06-27 20:17:19 -07:00
parent 624b11997b
commit f439474339
48 changed files with 163 additions and 9950 deletions

123
.vimrc
View file

@ -79,58 +79,79 @@ filetype off
autocmd CursorMovedI * if pumvisible() == 0|pclose|endif
autocmd InsertLeave * if pumvisible() == 0|pclose|endif
set rtp+=~/.vim/bundle/neobundle.vim/
call neobundle#begin(expand('~/.vim/bundle'))
NeoBundle 'Shougo/neobundle.vim'
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 'Shougo/deoplete.nvim'
NeoBundle 'zchee/deoplete-go', {'build': {'unix': 'make'}}
NeoBundle 'zchee/deoplete-jedi'
NeoBundle 'b4winckler/vim-angry'
NeoBundle 'tristen/vim-sparkup'
NeoBundle 'vim-airline/vim-airline'
NeoBundle 'vim-airline/vim-airline-themes'
NeoBundle 'kien/ctrlp.vim'
NeoBundle 'bling/vim-bufferline'
NeoBundle 'majutsushi/tagbar'
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 't-yuki/vim-go-coverlay'
NeoBundle 'tpope/vim-abolish'
NeoBundle 'hylang/vim-hy'
NeoBundle 'jiangmiao/auto-pairs'
NeoBundle 'rust-lang/rust.vim'
NeoBundle 'racer-rust/vim-racer'
" Required:
set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim
" Required:
if dein#load_state('/home/barak/.vim/bundle')
call dein#begin('/home/barak/.vim/bundle')
" Let dein manage dein
" Required:
call dein#add('/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim')
" Add or remove your plugins here:
"call dein#add('Shougo/neosnippet.vim')
"call dein#add('Shougo/neosnippet-snippets')
" You can specify revision/branch/tag.
"call dein#add('Shougo/vimshell', { 'rev': '3787e5' })
call dein#add('vim-scripts/DrawIt')
call dein#add('tpope/vim-speeddating')
call dein#add('vim-scripts/EasyGrep')
call dein#add('chrisbra/NrrwRgn')
call dein#add('hsitz/VimOrganizer')
call dein#add('mileszs/ack.vim')
call dein#add('mattn/calendar-vim')
"call dein#add('vim-scripts/fish-syntax')
call dein#add('sjbach/lusty')
call dein#add('scrooloose/nerdcommenter')
call dein#add('scrooloose/nerdtree')
call dein#add('rstacruz/sparkup')
call dein#add('scrooloose/syntastic')
call dein#add('kchmck/vim-coffee-script')
call dein#add('tpope/vim-fugitive')
call dein#add('airblade/vim-gitgutter')
call dein#add('lunaru/vim-less')
"call dein#add('terryma/vim-multiple-cursors')
"call dein#add('rodjek/vim-puppet')
call dein#add('tpope/vim-unimpaired')
"call dein#add('Valloric/YouCompleteMe')
call dein#add('Shougo/deoplete.nvim')
call dein#add('zchee/deoplete-go', {'build': {'unix': 'make'}})
call dein#add('zchee/deoplete-jedi')
call dein#add('b4winckler/vim-angry')
call dein#add('tristen/vim-sparkup')
call dein#add('vim-airline/vim-airline')
call dein#add('vim-airline/vim-airline-themes')
call dein#add('kien/ctrlp.vim')
call dein#add('bling/vim-bufferline')
call dein#add('majutsushi/tagbar')
call dein#add('eagletmt/neco-ghc')
call dein#add('eagletmt/ghcmod-vim')
call dein#add('Shougo/vimproc.vim')
call dein#add('SirVer/ultisnips')
call dein#add('honza/vim-snippets')
"call dein#add('JuliaLang/julia-vim')
call dein#add('tpope/vim-surround')
"call dein#add('farseer90718/vim-taskwarrior')
call dein#add('fatih/vim-go')
"call dein#add('t-yuki/vim-go-coverlay')
call dein#add('tpope/vim-abolish')
call dein#add('hylang/vim-hy')
call dein#add('jiangmiao/auto-pairs')
call dein#add('rust-lang/rust.vim')
call dein#add('racer-rust/vim-racer')
" Required:
call dein#end()
call dein#save_state()
endif
"NeoBundle 'eclim'
"https://git.wincent.com/command-t.git
call neobundle#end()
filetype plugin indent on " required
" Sources
"source ~/.vim/supertab.vim