-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVimfile
More file actions
52 lines (35 loc) · 1005 Bytes
/
Vimfile
File metadata and controls
52 lines (35 loc) · 1005 Bytes
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
Bundle 'mileszs/ack.vim'
Bundle 'rbgrouleff/bclose.vim'
Bundle 'vim-scripts/ctags.vim'
Bundle 'mattn/gist-vim'
Bundle 'scrooloose/syntastic'
Bundle 'godlygeek/tabular'
Bundle 'marijnh/tern_for_vim'
" Colors
Bundle 'altercation/vim-colors-solarized'
Bundle 'lambdatoast/elm.vim'
Bundle 'lukerandall/haskellmode-vim'
Bundle 'eagletmt/ghcmod-vim'
Bundle 'ujihisa/neco-ghc'
Bundle 'nono/vim-handlebars'
Bundle 'tsaleh/vim-matchit'
Bundle 'kana/vim-textobj-user'
Bundle 'nelstrom/vim-textobj-rubyblock'
Bundle 'vim-ruby/vim-ruby'
" Syntax Plugins
Bundle 'hail2u/vim-css3-syntax'
Bundle 'leafgarland/typescript-vim'
Bundle 'Shougo/vimproc.vim'
Bundle 'mattn/webapi-vim'
Bundle 'tpope/vim-liquid'
Bundle 'juvenn/mustache.vim'
Bundle 'danro/rename.vim'
" With thanks to tpope
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-rake'
Bundle 'tpope/vim-unimpaired'