-
Notifications
You must be signed in to change notification settings - Fork 0
/
vimbundle-mrconfig
80 lines (54 loc) · 2.57 KB
/
vimbundle-mrconfig
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
#[ikiwiki-nav]
#checkout = git clone 'http://git.devnull.li/ikiwiki-nav.git' 'ikiwiki-nav'
#[ikiwiki-syntax]
#checkout = git clone 'http://git.devnull.li/ikiwiki-syntax.git' 'ikiwiki-syntax'
[supertab]
checkout = git clone 'https://github.com/ervandew/supertab.git' 'supertab'
[textile.vim]
checkout = git clone 'https://github.com/timcharper/textile.vim.git' 'textile.vim'
[vim-colors-solarized]
checkout = git clone 'https://github.com/altercation/vim-colors-solarized.git' 'vim-colors-solarized'
[vim-dispatch]
checkout = git clone 'https://github.com/tpope/vim-dispatch.git' 'vim-dispatch'
[vim-elixir]
checkout = git clone 'https://github.com/elixir-lang/vim-elixir.git' 'vim-elixir'
[vim-fugitive]
checkout = git clone 'https://github.com/tpope/vim-fugitive.git' 'vim-fugitive'
[vim-gitgutter]
checkout = git clone 'https://github.com/airblade/vim-gitgutter.git' 'vim-gitgutter'
[vim-markdown]
checkout = git clone 'https://github.com/plasticboy/vim-markdown.git' 'vim-markdown'
[vim-pathogen]
checkout = git clone 'https://github.com/tpope/vim-pathogen.git' 'vim-pathogen'
[vim-powerline]
checkout = git clone 'https://github.com/Lokaltog/vim-powerline.git' 'vim-powerline'
[vimroom]
checkout = git clone 'https://github.com/mikewest/vimroom.git' 'vimroom'
[vim-hl-var]
checkout = git clone 'https://github.com/pjcj/vim-hl-var.git' 'vim-hl-var'
[vim-surround]
checkout = git clone 'https://github.com/tpope/vim-surround.git' 'vim-surround'
[ctrlp.vim]
checkout = git clone 'https://github.com/kien/ctrlp.vim.git' 'ctrlp.vim'
[ack.vim]
checkout = git clone --config fetch.fsck.zeroPaddedFilemode=ignore 'https://github.com/mileszs/ack.vim.git' 'ack.vim'
[vim-perl]
checkout = git clone 'https://github.com/vim-perl/vim-perl.git' 'vim-perl'
[vim-tmux-navigator]
checkout = git clone 'https://github.com/christoomey/vim-tmux-navigator.git' 'vim-tmux-navigator'
[vim-expand-region]
checkout = git clone 'https://github.com/terryma/vim-expand-region.git' 'vim-expand-region'
[vim-lastplace]
checkout = git clone 'https://github.com/farmergreg/vim-lastplace.git' 'vim-lastplace'
[ale]
checkout = git clone 'https://github.com/w0rp/ale.git' 'ale'
[vimux]
checkout = git clone 'https://github.com/benmills/vimux.git' 'vimux'
[nord-vim]
checkout = git clone 'https://github.com/arcticicestudio/nord-vim.git' 'nord-vim'
[vim-lucius]
checkout = git clone 'https://github.com/jonathanfilip/vim-lucius.git' 'vim-lucius'
[vim-lilypond]
checkout = git clone 'https://github.com/sersorrel/vim-lilypond.git' 'vim-lilypond'
[kotlin-vim]
checkout = git clone 'https://github.com/udalov/kotlin-vim.git' 'kotlin-vim'