-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vimrc.bundles
93 lines (80 loc) · 2.32 KB
/
.vimrc.bundles
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
" replacement for ack
Plugin 'rking/ag.vim'
Plugin 'w0ng/vim-hybrid'
Plugin 'Lokaltog/vim-distinguished'
Plugin 'scrooloose/nerdtree'
Plugin 'vim-scripts/tComment'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-dispatch'
Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-repeat'
Plugin 'kien/ctrlp.vim'
Plugin 'tacahiroy/ctrlp-funky'
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-session'
Plugin 'matchit.zip'
" replacement for powerline
Plugin 'bling/vim-airline'
Plugin 'bkad/CamelCaseMotion'
Plugin 'myusuf3/numbers.vim'
Plugin 'vim-scripts/restore_view.vim'
" replacement for vim-gutter
Plugin 'mhinz/vim-signify'
" history tree
Plugin 'sjl/gundo.vim'
" syntax checker
Plugin 'scrooloose/syntastic'
" git integration
Plugin 'tpope/vim-fugitive'
Plugin 'godlygeek/tabular'
Plugin 'Shougo/neocomplete'
Plugin 'Shougo/neosnippet'
Plugin 'Shougo/neosnippet-snippets'
" Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
" generate task list from TODO, FIXME tags
Plugin 'fisadev/FixedTaskList.vim'
" Window chooser
" Plugin 't9md/vim-choosewin'
"
Plugin 'spf13/PIV'
Plugin 'shawncplus/phpcomplete.vim'
Plugin 'arnaud-lb/vim-php-namespace'
Plugin 'vim-scripts/phtml.vim'
Plugin 'jesseschalken/list-text-object'
Plugin 'thinca/vim-visualstar'
Plugin 'elzr/vim-json'
Plugin 'jelera/vim-javascript-syntax'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'pangloss/vim-javascript'
" Plugin 'marijnh/tern_for_vim'
Plugin 'vim-scripts/JavaScript-Indent'
Plugin 'othree/javascript-libraries-syntax.vim'
Plugin 'briancollins/vim-jst'
Plugin 'kchmck/vim-coffee-script'
Plugin 'digitaltoad/vim-jade'
Plugin 'mustache/vim-mustache-handlebars'
Plugin 'dsawardekar/portkey'
Plugin 'dsawardekar/ember.vim'
" Upgrade to vim-emmet zencoding
" compatibility for windows
if has('win32') || has('win64')
Plugin 'rstacruz/sparkup', {'rtp': 'vim'}
else
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
endif
Plugin 'ap/vim-css-color'
Plugin 'hail2u/vim-css3-syntax'
Plugin 'tpope/vim-haml'
Plugin 'othree/html5.vim'
Plugin 'wavded/vim-stylus'
Plugin 'vim-ruby/vim-ruby'
Plugin 'tpope/vim-rails'
Plugin 'jtratner/vim-flavored-markdown'
Plugin 'spf13/vim-preview'
Plugin 'beyondwords/vim-twig'
set shortmess+=filmnrxoOtT " abbrev. of messages (avoids 'hit enter')