forked from krisleech/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbundles.vim
More file actions
executable file
·91 lines (82 loc) · 3.17 KB
/
bundles.vim
File metadata and controls
executable file
·91 lines (82 loc) · 3.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
set nocompatible " be iMproved
if !isdirectory(expand("~/.vim/bundle/vundle/.git"))
!git clone git://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
endif
filetype off " must be off before Vundle has run
set runtimepath+=~/.vim/bundle/vundle/
call vundle#rc()
" Bundle "Floobits/floobits-vim"
" Bundle "Keithbsmiley/rspec.vim"
" Bundle "Shougo/unite.vim"
" Bundle "Shougo/vimproc.vim"
" Bundle "Valloric/YouCompleteMe"
" Bundle "chrismetcalf/vim-yankring.git"
" Bundle "derekwyatt/vim-scala"
" Bundle "digitaltoad/vim-jade"
" Bundle "evanmiller/nginx-vim-syntax"
" Bundle "fatih/vim-go"
" Bundle "gcmt/taboo.vim"
" Bundle "git://git.wincent.com/command-t.git"
" Bundle "git://github.com/Bogdanp/rbrepl.vim.git"
" Bundle "git://github.com/Lokaltog/powerline.git"
" Bundle "git://github.com/chrismetcalf/vim-taglist.git"
" Bundle "git://github.com/clones/vim-fuzzyfinder.git"
" Bundle "git://github.com/fholgado/minibufexpl.vim.git"
" Bundle "git://github.com/jpalardy/vim-slime.git"
" Bundle "git://github.com/juvenn/mustache.vim.git"
" Bundle "git://github.com/kana/vim-textobj-user.git"
" Bundle "git://github.com/majutsushi/tagbar"
" Bundle "git://github.com/mileszs/ack.vim.git"
" Bundle "git://github.com/nelstrom/vim-textobj-rubyblock.git"
" Bundle "git://github.com/nviennot/vim-powerline.git"
" Bundle "git://github.com/panozzaj/vim-autocorrect.git"
" Bundle "git://github.com/rson/vim-conque.git"
" Bundle "git://github.com/scrooloose/syntastic.git"
" Bundle "git://github.com/sjl/gundo.vim.git"
" Bundle "git://github.com/skammer/vim-css-color.git"
" Bundle "git://github.com/sophacles/vim-bundle-sparkup.git"
" Bundle "git://github.com/tpope/vim-fugitive"
" Bundle "git://github.com/tpope/vim-rvm.git"
" Bundle "git://github.com/vim-scripts/L9.git"
" Bundle "git://github.com/vim-scripts/nginx.vim.git"
" Bundle "git://repo.or.cz/vcscommand"
" Bundle "git@github.com:slim-template/vim-slim.git"
" Bundle "git@github.com:terryma/vim-multiple-cursors.git"
" Bundle "gmarik/snipmate.vim.git"
" Bundle "https://github.com/ervandew/supertab"
" Bundle "jQuery"
" Bundle "kchmck/vim-coffee-script.git"
" Bundle "krisleech/snipmate-snippets.git"
" Bundle "mhinz/vim-startify"
" Bundle "mustache/vim-mustache-handlebars"
" Bundle "ngmy/vim-rubocop"
Bundle "rust-lang/rust.vim"
Bundle "racer-rust/vim-racer"
Bundle "cespare/vim-toml"
" Bundle "szw/vim-ctrlspace"
" Bundle "tpope/vim-dispatch.git"
" Bundle "Glench/Vim-Jinja2-Syntax"
Bundle "SirVer/ultisnips"
Bundle "bling/vim-airline"
Bundle "ekalinin/Dockerfile.vim"
Bundle "nginx/nginx", {"rtp": "contrib/vim/"}
Bundle "gmarik/vundle"
Bundle "godlygeek/tabular.git"
" Bundle "klen/python-mode"
Bundle "kylef/apiblueprint.vim"
" Bundle "leafo/moonscript-vim"
" Bundle "saks/Specky.git"
Bundle "saks/gpicker.vim.git"
Bundle "saks/vim-snippets"
Bundle "tomtom/quickfixsigns_vim.git"
Bundle "tomtom/tcomment_vim.git"
Bundle "tpope/vim-endwise.git"
Bundle "tpope/vim-fugitive.git"
" Bundle "tpope/vim-rails.git"
Bundle "tpope/vim-repeat.git"
Bundle "tpope/vim-surround.git"
Bundle "tpope/vim-unimpaired.git"
Bundle "AndrewRadev/splitjoin.vim"
Bundle "scrooloose/syntastic.git"
filetype plugin indent on " and turn it back on!
runtime macros/matchit.vim