mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 23:36:08 +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),
|
||||
attributes: [
|
||||
.font: font,
|
||||
.ligature: NSNumber(integerLiteral: 0)
|
||||
.ligature: NSNumber(integerLiteral: 1)
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user