iosevka: Disable ligation for brace / bracket and bar
This commit is contained in:
parent
e6f83125e6
commit
ec7f3f35cb
1 changed files with 7 additions and 1 deletions
|
@ -150,7 +150,13 @@
|
||||||
f = "flat-hook-tailed";
|
f = "flat-hook-tailed";
|
||||||
};
|
};
|
||||||
|
|
||||||
ligations.inherits = "dlig";
|
ligations = {
|
||||||
|
inherits = "dlig";
|
||||||
|
disables = [
|
||||||
|
"brace-bar"
|
||||||
|
"brack-bar"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
widths = {
|
widths = {
|
||||||
Condensed = {
|
Condensed = {
|
||||||
|
|
Loading…
Reference in a new issue