-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vimrc.local.bundles
66 lines (65 loc) · 2.3 KB
/
.vimrc.local.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
Plug 'https://github.com/stephpy/vim-phpdoc.git'
Plug 'tobyS/pdv'
Plug 'https://github.com/vim-scripts/tagbar-phpctags.git'
Plug 'stephpy/vim-php-cs-fixer'
" removed because of vim-php-refactoring-toolbaox, cause wrong comments
"Plug 'docteurklein/php-getter-setter.vim'
Plug 'https://github.com/tobyS/vmustache'
"light colorscheme
"Plug 'tolerable.vim'
Plug 'lervag/vimtex'
Plug 'https://github.com/othree/xml.vim'
Plug 'https://github.com/evidens/vim-twig'
Plug 'https://github.com/groenewege/vim-less'
"Plug 'flazz/vim-colorschemes'
"Plug 'vim-scripts/C64.vim'
" php documentation inside vim
Plug 'https://github.com/mudpile45/vim-phpdoc'
" Plug 'https://github.com/pangloss/vim-javascript'
Plug 'maksimr/vim-jsbeautify'
" snippets for angularjs
Plug 'https://github.com/matthewsimo/angular-vim-snippets'
" project specific .vimrc files
Plug 'https://github.com/AD7six/vim-independence'
"Plug 'ryanoasis/vim-webdevicons'
"close buffer without closing window
Plug 'https://github.com/vim-scripts/bufkill.vim'
"colorscheme
"Plug 'https://github.com/google/vim-colorscheme-primary'
"Plug 'https://github.com/xolox/vim-colorscheme-switcher'
"Plug 'Taverius/vim-colorscheme-manager', {
" \ 'depends' : [
" \ 'xolox/vim-misc',
"" \ 'xolox/vim-colorscheme-switcher'
" \ ]}
Plug 'https://github.com/diepm/vim-rest-console'
Plug 'guenti/vim-php-cs-fixer'
Plug 'https://github.com/vim-scripts/dbext.vim'
" Plug 'https://github.com/ternjs/tern_for_vim.git'
"Plug 'mhinz/vim-startify'
"Plug 'chrisbra/csv.vim'
"refactoring for php
Plug 'punknroll/php-getter-setter.vim'
" use the fork above as typehinting is implemented in the pull request
" Plug 'docteurklein/php-getter-setter.vim'
Plug 'adoy/vim-php-refactoring-toolbox'
Plug 'editorconfig/editorconfig-vim'
"Plug 'mtscout6/syntastic-local-eslint.vim'
Plug 'gcorne/vim-sass-lint'
Plug 'JamshedVesuna/vim-markdown-preview'
" file explorer
"Plug 'Shougo/vimfiler.vim'
" Plug 'Shougo/unite.vim'
Plug 'joonty/vdebug'
"Plug 'soywod/vim-keepeye'
"Plug 'tpope/vim-fugitive'
"Plug 'mileszs/ack.vim'
"Plug 'airblade/vim-gitgutter'
"Plug 'dracula/vim'
" new php code completion
Plug 'phpactor/phpactor' , {'do': 'composer install', 'for': 'php'}
"
"vue
" Plug 'storyn26383/vim-vue'
Plug 'posva/vim-vue'
Plug 'rodrigoq/ale-twig-lint'