-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc.bundles
More file actions
46 lines (40 loc) · 1.12 KB
/
vimrc.bundles
File metadata and controls
46 lines (40 loc) · 1.12 KB
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
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
" Let Vundle manage Vundle
Bundle 'gmarik/vundle'
" Define bundles via Github repos
" Colors
Bundle 'croaky/vim-colors-github'
Bundle 'altercation/solarized', {'rtp': 'vim-colors-solarized/'}
Bundle 'rking/ag.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-rails'
Bundle 'vitaly/vim-syntastic-coffee'
Bundle 'tpope/vim-surround'
Bundle 'vim-scripts/vim-json-bundle'
Bundle 'myusuf3/numbers.vim'
Bundle 'msanders/snipmate.vim'
Bundle 'ap/vim-css-color'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-repeat'
Bundle 'godlygeek/tabular'
Bundle 'tsaleh/vim-matchit'
Bundle 'bling/vim-airline'
Bundle 'kien/ctrlp.vim'
Bundle 'vim-scripts/ctags.vim'
Bundle 'tsaleh/vim-matchit'
Bundle 'thoughtbot/vim-rspec'
" Syntax highlighters
Bundle 'vim-ruby/vim-ruby'
Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
Bundle 'juvenn/mustache.vim'
Bundle 'tpope/vim-haml'
Bundle 'slim-template/vim-slim'
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'tpope/vim-markdown'
Bundle 'xenoterracide/html.vim'