Skip to content

Commit 14d9045

Browse files
authored
Update vimrc.bundles
1 parent 4649836 commit 14d9045

File tree

1 file changed

+41
-30
lines changed

1 file changed

+41
-30
lines changed

vimrc.bundles

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,42 @@
1-
" Plugins here
2-
" Please add bundles to this list.
1+
" Plugins here are part of the CORE Maximum Awesome setup
2+
" Do NOT add bundles to this list, as they might get removed when you upgrade
3+
" Maximum Awesome.
4+
" Please create ~/.vimrc.bundles.local and add any extra bundles you want there
35

4-
Plugin 'airblade/vim-gitgutter'
5-
Plugin 'altercation/vim-colors-solarized'
6-
Plugin 'austintaylor/vim-indentobject'
7-
Plugin 'christoomey/vim-tmux-navigator'
8-
Plugin 'VundleVim/Vundle.vim'
9-
Plugin 'kien/ctrlp.vim'
10-
Plugin 'majutsushi/tagbar'
11-
Plugin 'rking/ag.vim'
12-
Plugin 'garbas/vim-snipmate'
13-
Plugin 'MarcWeber/vim-addon-mw-utils'
14-
Plugin 'tomtom/tlib_vim'
15-
Plugin 'nathanaelkane/vim-indent-guides'
16-
Plugin 'nono/vim-handlebars'
17-
Plugin 'pangloss/vim-javascript'
18-
Plugin 'wookiehangover/jshint.vim'
19-
Plugin 'scrooloose/nerdtree'
20-
Plugin 'vim-syntastic/syntastic'
21-
Plugin 'slim-template/vim-slim'
22-
Plugin 'tpope/vim-commentary'
23-
Plugin 'tpope/vim-endwise'
24-
Plugin 'tpope/vim-rails'
25-
Plugin 'tpope/vim-surround'
26-
Plugin 'vim-ruby/vim-ruby'
27-
Plugin 'vim-scripts/greplace.vim'
28-
Plugin 'davidhalter/jedi-vim'
29-
Plugin 'fatih/vim-go'
30-
Plugin 'Valloric/YouCompleteMe'
31-
Plugin 'rdnetto/YCM-Generator'
6+
Plug 'airblade/vim-gitgutter'
7+
Plug 'tomasiser/vim-code-dark'
8+
Plug 'austintaylor/vim-indentobject'
9+
Plug 'christoomey/vim-tmux-navigator'
10+
Plug 'VundleVim/Vundle.vim'
11+
Plug 'juvenn/mustache.vim'
12+
Plug 'ctrlpvim/ctrlp.vim'
13+
Plug 'majutsushi/tagbar'
14+
Plug 'garbas/vim-snipmate'
15+
Plug 'MarcWeber/vim-addon-mw-utils'
16+
Plug 'tomtom/tlib_vim'
17+
Plug 'nathanaelkane/vim-indent-guides'
18+
Plug 'nono/vim-handlebars'
19+
Plug 'scrooloose/nerdtree'
20+
Plug 'vim-syntastic/syntastic'
21+
Plug 'slim-template/vim-slim'
22+
Plug 'tpope/vim-commentary'
23+
Plug 'tpope/vim-endwise'
24+
Plug 'tpope/vim-rails'
25+
Plug 'tpope/vim-surround'
26+
Plug 'vim-ruby/vim-ruby'
27+
Plug 'vim-scripts/greplace.vim'
28+
Plug 'davidhalter/jedi-vim'
29+
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
30+
Plug 'Valloric/YouCompleteMe'
31+
Plug 'vim-scripts/Align'
32+
Plug 'rdnetto/YCM-Generator', {'branch': 'stable'}
33+
Plug 'rust-lang/rust.vim'
34+
Plug 'godlygeek/tabular'
35+
Plug 'plasticboy/vim-markdown'
36+
Plug 'pangloss/vim-javascript'
37+
Plug 'othree/yajs'
38+
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
39+
Plug 'leafgarland/typescript-vim'
40+
Plug 'HerringtonDarkholme/yats.vim'
41+
Plug 'vim-python/python-syntax'
42+
Plug 'maxmellon/vim-jsx-pretty'

0 commit comments

Comments
 (0)