-
Notifications
You must be signed in to change notification settings - Fork 1
/
.projections.json
53 lines (53 loc) · 971 Bytes
/
.projections.json
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
{
".config/nvim/ftdetect/*.lua": {
"type": "ftdetect"
},
".config/nvim/ftdetect/*.vim": {
"type": "ftdetect"
},
".config/nvim/ftplugin/*.lua": {
"type": "ftplugin"
},
".config/nvim/ftplugin/*.vim": {
"type": "ftplugin"
},
".config/nvim/lua/plugins.lua": {
"type": "plugin"
},
".config/nvim/lua/plugins/*.lua": {
"type": "plugin"
},
".config/nvim/lua/config/init.lua": {
"type": "config"
},
"README.md": {
"type": "doc"
},
".config/yadm/bootstrap.d/*.sh": {
"type": "yadm"
},
".config/yadm/scripts/*.sh": {
"type": "yadm"
},
".ssh/config": {
"type": "ssh"
},
".zshrc": {
"type": "zsh"
},
".zshrc.shared": {
"type": "zsh"
},
".shellrc/zshrc.d/configs/*.zsh": {
"type": "zsh"
},
".shellrc/rc.d/*.sh": {
"type": "zsh"
},
".shellrc/zshrc.d/functions/*": {
"type": "zshfn"
},
".shellrc/zshrc.d/functions/scripts/*.rb": {
"type": "zshfn"
}
}