-
Notifications
You must be signed in to change notification settings - Fork 48
/
vimrc.vundle
66 lines (59 loc) · 1.84 KB
/
vimrc.vundle
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
" Brief HELP of vundle
" :BundleList - list configured bundles
" :BundleInstall(!) - install(update) bundles
" :BundleSearch(!) foo - search(or refresh cache first) for foo
" :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
"
" see :h vundle for more details or wiki for FAQ
" NOTE: comments after Bundle command are not allowed..
" general
Bundle 'Townk/vim-autoclose'
Bundle 'mileszs/ack.vim'
Bundle 'thisivan/vim-bufexplorer'
""Bundle 'xolox/vim-easytags'
""Bundle 'majutsushi/tagbar'
""Bundle 'techlivezheng/tagbar-phpctags'
Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/nerdcommenter.git'
Bundle 'vim-scripts/YankRing.vim.git'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-eunuch'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-endwise'
Bundle 'sukima/xmledit.git'
Bundle 'vim-scripts/matchit.zip'
Bundle 'Lokaltog/vim-easymotion'
"AutoComplete & snippets
Bundle 'Shougo/neocomplcache'
Bundle 'Shougo/neosnippet'
Bundle 'vim-scripts/OmniCppComplete'
"Syntac checking for lots of languages
"Bundle "scrooloose/syntastic"
"File fuzzy search
Bundle "kien/ctrlp.vim"
"--------------------
" for php
"--------------------
Bundle 'stephpy/vim-php-cs-fixer'
Bundle 'arnaud-lb/vim-php-namespace'
Bundle 'shawncplus/phpcomplete.vim'
"Note: The follow plugin may cause wrong display of block comment
"Bundle 'shawncplus/php.vim'
Bundle 'vim-scripts/PDV--phpDocumentor-for-Vim'
Bundle 'erikfercak/php-search-doc'
"Bundle 'lucapette/vim-jquery-doc'
"--------------------
" for html, haml, sass
"--------------------
"Bundle 'concise/vim-html5-fix'
Bundle 'tpope/vim-haml'
"--------------------
" for javascript
"--------------------
Bundle 'pangloss/vim-javascript'
Bundle 'itspriddle/vim-jquery'
"Bundle 'hallettj/jslint.vim'
" non github repos
"Bundle 'git://git.wincent.com/command-t.git'