-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.toml
29 lines (21 loc) · 921 Bytes
/
default.toml
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
#
# default.toml
#
# This is the default configuration file, can be overridden by setting same
# items in default.custom.toml file.
#
rime_user_dir = "$APPDATA/Rime"
# Read from installation.yaml if commented
#rime_user_id = f3ba4f07-4c31-4bc6-a748-657750c400e8
# Weasel version will be read from installation.yaml if commented
#rime_install_dir = "${ProgramFiles(x86)}/Rime/weasel-0.16.1"
# including: *.yaml, *.custom.yaml
yamls = [ "default", "weasel", "symbols", "symbols_caps_v", "symbols_v" ]
# including: *.custom.yaml, *.dict.yaml, *.schema.yaml, *.userdb.txt
schemas = [ "double_pinyin_flypy", "luna_pinyin", "melt_eng", "pinyin_simp", "radical_pinyin", "rime_ice", "wubi86" ]
# directories to install
directories = [ 'cn_dicts', 'en_dicts', 'lua', 'opencc' ]
# full name of additional files to install
include = [ "rime.lua" ]
# full name of files excluded from both installing and syncing
exclude = []