-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mrconfig
118 lines (78 loc) · 3.86 KB
/
.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[DEFAULT]
lastUpdated =
echo " Last updated : $( git log -1 --format='%ar' )"
echo " Last commit : $( git log -1 --format='%cN %s' )"
# Color Schemes
[pack/colors/start/codedark]
checkout = git clone 'https://github.com/tomasiser/vim-code-dark.git' 'codedark'
# Plugins
[pack/plugins/start/airline]
checkout = git clone 'https://github.com/vim-airline/vim-airline.git' 'airline'
[pack/plugins/start/ale]
checkout = git clone 'https://github.com/dense-analysis/ale.git' 'ale'
[pack/plugins/start/bufexplorer]
checkout = git clone 'https://github.com/jlanzarotta/bufexplorer.git' 'bufexplorer'
[pack/plugins/start/calendar]
checkout = git clone 'https://github.com/mattn/calendar-vim.git' 'calendar'
[pack/plugins/start/commentary]
checkout = git clone 'https://github.com/tpope/vim-commentary.git' 'commentary'
[pack/plugins/start/copilot]
checkout = git clone 'https://github.com/github/copilot.vim.git' 'copilot'
[pack/plugins/start/ctrlp]
checkout = git clone 'https://github.com/kien/ctrlp.vim.git' 'ctrlp'
[pack/plugins/start/fugitive]
checkout = git clone 'https://github.com/tpope/vim-fugitive.git' 'fugitive'
[pack/plugins/start/fzf]
checkout = git clone 'https://github.com/junegunn/fzf.vim.git' 'fzf'
[pack/plugins/start/nerdcommenter]
checkout = git clone 'https://github.com/preservim/nerdcommenter.git' 'nerdcommenter'
[pack/plugins/start/rainbow_csv]
checkout = git clone 'https://github.com/mechatroner/rainbow_csv.git' 'rainbow_csv'
[pack/plugins/start/rainbow_levels]
checkout = git clone 'https://github.com/thiagoalessio/rainbow_levels.vim.git' 'rainbow_levels'
[pack/plugins/start/repeat]
checkout = git clone 'https://github.com/tpope/vim-repeat.git' 'repeat'
[pack/plugins/start/rhubarb]
checkout = git clone 'https://github.com/tpope/vim-rhubarb.git' 'rhubarb'
[pack/plugins/start/runscript]
checkout = git clone 'https://github.com/sirhc/vim-runscript.git' 'runscript'
[pack/plugins/start/speeddating]
checkout = git clone 'https://github.com/tpope/vim-speeddating.git' 'speeddating'
[pack/plugins/start/surround]
checkout = git clone 'https://github.com/tpope/vim-surround.git' 'surround'
[pack/plugins/start/tabular]
checkout = git clone 'https://github.com/godlygeek/tabular.git' 'tabular'
[pack/plugins/start/unimpaired]
checkout = git clone 'https://github.com/tpope/vim-unimpaired.git' 'unimpaired'
[pack/plugins/start/vimwiki]
checkout = git clone 'https://github.com/vimwiki/vimwiki.git' 'vimwiki'
[pack/plugins/start/zoxide]
checkout = git clone 'https://github.com/nanotee/zoxide.vim.git' 'zoxide'
# Syntax (Language/File Type) Support
[pack/syntax/start/applescript]
checkout = git clone 'https://github.com/vim-scripts/applescript.vim' 'applescript'
[pack/syntax/start/ansible]
checkout = git clone 'https://github.com/pearofducks/ansible-vim.git' 'ansible'
[pack/syntax/start/cfn]
checkout = git clone 'https://github.com/speshak/vim-cfn.git' 'cfn'
[pack/syntax/start/go]
checkout = git clone 'https://github.com/fatih/vim-go.git' 'go'
[pack/syntax/start/jq]
checkout = git clone 'https://github.com/bfrg/vim-jq.git' 'jq'
[pack/syntax/start/just]
checkout = git clone 'https://github.com/NoahTheDuke/vim-just.git' 'just'
[pack/syntax/start/packer]
checkout = git clone 'https://github.com/hashivim/vim-packer.git' 'packer'
[pack/syntax/start/perl]
checkout = git clone 'https://github.com/vim-perl/vim-perl.git' 'perl'
[pack/syntax/start/plantuml]
checkout = git clone 'https://github.com/aklt/plantuml-syntax.git' 'plantuml'
[pack/syntax/start/terraform]
checkout = git clone 'https://github.com/hashivim/vim-terraform.git' 'terraform'
[pack/syntax/start/toml]
checkout = git clone 'https://github.com/cespare/vim-toml.git' 'toml'
[pack/syntax/start/tridactyl]
checkout = git clone 'https://github.com/tridactyl/vim-tridactyl.git' 'tridactyl'
# Themes
[pack/themes/start/airline]
checkout = git clone 'https://github.com/vim-airline/vim-airline-themes.git' 'airline'