-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc.bundles
53 lines (51 loc) · 1.49 KB
/
vimrc.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
if &compatible
set nocompatible
end
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Let Vundle manage Vundle
" Bundle 'gmarik/vundle'
"
" " Define bundles via Github repos
" Bundle 'christoomey/vim-run-interactive'
" Bundle 'Valloric/YouCompleteMe'
" Bundle 'croaky/vim-colors-github'
" Bundle 'danro/rename.vim'
" Bundle 'majutsushi/tagbar'
" Bundle 'kchmck/vim-coffee-script'
" Bundle 'kien/ctrlp.vim'
" Bundle 'pbrisbin/vim-mkdir'
" Bundle 'scrooloose/syntastic'
" Bundle 'slim-template/vim-slim'
" Bundle 'thoughtbot/vim-rspec'
" Bundle 'tpope/vim-bundler'
" Bundle 'tpope/vim-endwise'
" Bundle 'tpope/vim-fugitive'
" Bundle 'tpope/vim-rails'
" Bundle 'tpope/vim-surround'
" Bundle 'vim-ruby/vim-ruby'
" Bundle 'vim-scripts/ctags.vim'
" Bundle 'vim-scripts/matchit.zip'
" Bundle 'vim-scripts/tComment'
" Bundle "mattn/emmet-vim"
" Bundle "scrooloose/nerdtree"
" Bundle "Lokaltog/vim-powerline"
" Bundle "godlygeek/tabular"
" Bundle "msanders/snipmate.vim"
" Bundle "jelera/vim-javascript-syntax"
" Bundle "altercation/vim-colors-solarized"
" Bundle "othree/html5.vim"
" Bundle "xsbeats/vim-blade"
" Bundle "Raimondi/delimitMate"
" Bundle "groenewege/vim-less"
" Bundle "evanmiller/nginx-vim-syntax"
" Bundle "Lokaltog/vim-easymotion"
" Bundle "tomasr/molokai"
" Bundle "klen/python-mode"
"
" if filereadable(expand("~/.vimrc.bundles.local"))
" source ~/.vimrc.bundles.local
" endif
"
" filetype on