forked from thunderboltsid/vim-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vundle-plugins
54 lines (47 loc) · 1.22 KB
/
vundle-plugins
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
" Vundle plugins
" File navigation
Bundle 'scrooloose/nerdtree'
Bundle 'tyok/ack.vim'
Bundle 'tyok/nerdtree-ack'
Bundle 'kien/ctrlp.vim'
Bundle 'tacahiroy/ctrlp-funky'
" C++
Plugin 'vim-scripts/OmniCppComplete'
" PHP
Bundle 'Shougo/vimproc'
Bundle 'Shougo/unite.vim'
Bundle 'stephpy/vim-phpdoc'
Bundle 'Valloric/YouCompleteMe'
Bundle 'scrooloose/nerdcommenter'
Bundle 'joonty/vdebug'
Bundle 'majutsushi/tagbar'
Bundle 'stephpy/vim-php-cs-fixer'
Bundle 'xolox/vim-easytags'
Bundle 'shawncplus/phpcomplete.vim'
" Snippets
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
Plugin 'motanelu/php-snippets'
" Edit
Bundle 'godlygeek/tabular'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
Bundle 'tpope/vim-surround'
Bundle 'terryma/vim-multiple-cursors'
Bundle 'tommcdo/vim-exchange'
Bundle 'mbbill/undotree'
Bundle 'Raimondi/delimitMate'
Bundle 'tpope/vim-repeat'
Bundle 'kien/rainbow_parentheses.vim'
Bundle 'tpope/vim-fugitive'
" Bundle 'vim-scripts/YankRing.vim'
" Misc
Bundle 'xolox/vim-misc'
Bundle 'Keithbsmiley/gist.vim'
Bundle 'scrooloose/syntastic'
Bundle 'bling/vim-airline'
Plugin 'suan/vim-instant-markdown'
Plugin 'severin-lemaignan/vim-minimap'
" Git
Plugin 'airblade/vim-gitgutter'