-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.typos.toml
54 lines (53 loc) · 1.45 KB
/
.typos.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
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
[default.extend-words]
# noice.nvim
noice = "noice"
# vim keymap
enew = "enew"
# starship config
edn = "edn"
esy = "esy"
ane = "ane"
nane = "nane"
# macOS Big Sur
sur = "sur"
# fish abbr `chezmoi cd`
chec = "chec"
# key mapping in dot_config/nvim/lua/plugins/telescope-nvim.lua
fo = "fo"
# dot_config/nvim/lua/plugins/configs/nvim-tree/actions.lua
nd = "nd"
# dot_mimikun-pkglists
serie = "serie"
tre = "tre"
tere = "tere"
# stylus lang ext: https://github.com/stylus/stylus
styl = "styl"
# dot_config/fish/completions/starship.fish
mis = "mis"
# dot_config/starship/starship.toml
typ = "typ"
[files]
extend-exclude = [
# NOTE: DO NOT expect an upstream fix
"dot_config/nvim/lua/plugins/neo-img/opts.lua",
"dot_config/nvim/lua/plugins/telekasten-nvim/init.lua",
"dot_config/ghostty/*",
"dot_config/foot/foot.ini",
"dot_config/moe/moerc.toml",
# NOTE: DO NOT expect an upstream fix
# NOTE: This is cobra bug, but glow use 1.7.0(has bug)
"dot_config/fish/completions/glow.fish",
# NOTE: DO NOT expect an upstream fix
# NOTE: Experimental software and no fixes are expect
"dot_config/fish/completions/fish-lsp.fish",
# NOTE: Unmaintained and no upstream fixes
"dot_config/pipr/pipr.toml",
"dot_config/gotop/gotop.conf",
# NOTE: Game settings
"game_settings/Apex_Legends",
"game_settings/CookieClicker",
# NOTE: has many typos
"dot_config/nvim/dotfyle.json",
"CHANGELOG.md",
"dot_config/nvim/lua/plugins/nvim-orgmode/org-list-opts.lua",
]