forked from thoughtbot/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vimrc.bundles
42 lines (39 loc) · 1.25 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
" https://github.com/VundleVim/Vundle.vim
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'Solarized'
Plugin 'bling/vim-airline'
" Plugin 'kien/ctrlp.vim.git'
" Plugin 'airblade/vim-gitgutter.git'
" Plugin 'tpope/vim-endwise.git'
" Plugin 'thoughtbot/vim-rspec'
" Plugin 'tpope/vim-rails'
" Plugin 'vim-ruby/vim-ruby'
"Plugin 'tpope/vim-commentary'
"Plugin 'henrik/git-grep-vim.git'
" Plugin 'tpope/vim-surround.git'
" Plugin 'Raimondi/delimitMate.git'
" Plugin 'tpope/vim-fugitive.git'
" Plugin 'nathanaelkane/vim-indent-guides.git'
" Plugin 'Shougo/neocomplcache.vim'
" Plugin 'othree/html5.vim.git'
" Plugin 'sjl/gundo.vim.git'
" Plugin 'scrooloose/nerdtree'
" Plugin 'tomtom/tcomment_vim'
" Plugin 'kshenoy/vim-signature'
" Plugin 'scrooloose/syntastic.git'
" Plugin 'xolox/vim-misc'
" Plugin 'xolox/vim-easytags'
" Plugin 'kchmck/vim-coffee-script'
Plugin 'wakatime/vim-wakatime'
" Plugin 'editorconfig/editorconfig-vim'
Plugin 'ngmy/vim-rubocop'
" Plugin 'kshenoy/vim-signature'
" Plugin 'digitaltoad/vim-pug.git'
" Plugin 'tpope/vim-repeat'
" Plugin 'janko-m/vim-test'
" Dispatching the test runner to tmux pane
" Plugin 'tpope/vim-dispatch'
call vundle#end() " required
filetype plugin indent on " required