-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.vimrc.bundles.local
62 lines (59 loc) · 1.91 KB
/
.vimrc.bundles.local
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker spell:
UnBundle 'amirh/HTML-AutoCloseTag'
UnBundle 'burnettk/vim-angular'
UnBundle 'cespare/vim-toml'
UnBundle 'cirla/vim-giphy'
UnBundle 'danchoi/vmail'
UnBundle 'derekwyatt/vim-sbt'
UnBundle 'derekwyatt/vim-scala'
UnBundle 'edkolev/promptline.vim'
UnBundle 'gcavallanti/vim-noscrollbar'
UnBundle 'godlygeek/csapprox'
UnBundle 'groenewege/vim-less'
UnBundle 'hail2u/vim-css3-syntax'
UnBundle 'itchyny/calendar.vim'
UnBundle 'ivalkeen/vim-simpledb'
UnBundle 'jistr/vim-nerdtree-tabs'
UnBundle 'jmanoel7/vim-games'
UnBundle 'joshhartigan/vim-reddit'
UnBundle 'mattn/calendar-vim'
UnBundle 'mattn/flappyvird-vim'
UnBundle 'mattn/gist-vim'
UnBundle 'mattn/webapi-vim'
UnBundle 'mhinz/vim-sayonara'
UnBundle 'mhinz/vim-signify'
UnBundle 'mickaobrien/vim-stackoverflow'
UnBundle 'nicwest/QQ.vim'
UnBundle 'othree/html5.vim'
UnBundle 'reedes/vim-litecorrect'
UnBundle 'reedes/vim-wordy'
UnBundle 'rhysd/conflict-marker.vim'
UnBundle 'rust-lang/rust.vim'
UnBundle 'scrooloose/nerdtree'
UnBundle 'tpope/vim-commentary'
UnBundle 'tpope/vim-haml'
UnBundle 'tpope/vim-rails'
UnBundle 'vim-scripts/Latex-Text-Formatter'
UnBundle 'vim-scripts/SQLUtilities'
UnBundle 'vim-voom/VOoM'
UnBundle 'wgurecky/vimSum'
UnBundle 'LaTeX-Box-Team/LaTeX-Box'
UnBundle 'avolpe/vim-simpledb'
UnBundle 'diepm/vim-rest-console'
UnBundle 't9md/vim-choosewin'
UnBundle 'ypid/HTML-AutoCloseTag', { 'name' : 'newAutoCloseTag' }
UnBundle 'wgurecky/vimSum'
Plugin 'PProvost/vim-markdown-jekyll'
Plugin 'airblade/vim-gitgutter'
Plugin 'ekalinin/Dockerfile.vim'
Plugin 'junegunn/vim-peekaboo'
Plugin 'mhinz/vim-startify'
Plugin 'onur/vim-motivate'
Plugin 'sgur/ctrlp-extensions.vim'
Plugin 'tpope/vim-unimpaired'
Plugin 'vim-scripts/argtextobj.vim'
Plugin 'vimwiki/vimwiki'
Plugin 'zenorocha/dracula-theme', {'rtp': 'vim/'}
Plugin 'leafgarland/typescript-vim'
Plugin 'Shougo/vimproc.vim'
Plugin 'Quramy/tsuquyomi'