mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-28 08:13:17 +03:00
Use ligature = 1
This commit is contained in:
parent
1c690a42d3
commit
6fa8cfa363
@ -160,7 +160,7 @@ final class Typesetter {
|
|||||||
string: String(utf16CodeUnits: utf16Chars, count: utf16Chars.count),
|
string: String(utf16CodeUnits: utf16Chars, count: utf16Chars.count),
|
||||||
attributes: [
|
attributes: [
|
||||||
.font: font,
|
.font: font,
|
||||||
.ligature: NSNumber(integerLiteral: 0)
|
.ligature: NSNumber(integerLiteral: 1)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user