Skip to content

Commit 12518b2

Browse files
nosvagorgen740
authored andcommitted
add greek letters to matrix chars
1 parent c082e1e commit 12518b2

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

lua/smoothcursor/matrix_chars.lua

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
-- stylua: ignore
22
return {
3-
'', '', '', '', '',
4-
'', '', '', '', '',
5-
'', '', '', '', 'ソ',
6-
'', '', '', '', '',
7-
'', '', '', '', '',
8-
'', '', '', '', '',
9-
'', '', '', '', '',
10-
'', '', '',
11-
'', '', '', '', '',
12-
'', '', '', '-',
13-
'1', '2', '3', '4', '5',
14-
'6', '7', '8', '9', '0',
15-
'.', '', '=', '*', '+',
16-
'-', '>', '<',
17-
'', 'x', '', '', '',
3+
'', '', '', '', '',
4+
'', '', '', '', '',
5+
'', '', '', '', 'ソ',
6+
'', '', '', '', '',
7+
'', '', '', '', '',
8+
'', '', '', '', '',
9+
'', '', '', '', '',
10+
'', '', '',
11+
'', '', '', '', '',
12+
'', '', '', '-',
13+
'Γ', 'Δ', 'Λ', 'Ξ', 'Π',
14+
'Σ', 'Φ', 'Χ', 'Ψ', 'Ω',
15+
'α', 'β', 'γ', 'δ', 'ε',
16+
'ζ', 'η', 'θ', 'ι', 'κ',
17+
'λ', 'μ', 'ν', 'ξ', 'ο',
18+
'π', 'ρ', 'σ', 'τ', 'υ',
19+
'φ', 'ψ', 'ω'
1820
}

0 commit comments

Comments
 (0)