You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like italics in code, and wanted to disable all of them. However, there's no way to disable italics for builtins (i.e. self or this) in the default setup options. After some digging I found that I can set italic = false in the overrides for @variable.builtin, but this was not obvious. The option italic = true is hardcoded for this hlgroup.
While the above config works, what I would like is to be able to do is configure options for builtins similarly to other styles - with italic = true as a default instead of being hardcoded. Something like this:
If this is infeasible, then perhaps it can be listed in the README under Common Customizations. Surely I'm not the only person who dislikes italics in code.
The text was updated successfully, but these errors were encountered:
I don't like italics in code, and wanted to disable all of them. However, there's no way to disable italics for builtins (i.e.
self
orthis
) in the default setup options. After some digging I found that I can setitalic = false
in the overrides for@variable.builtin
, but this was not obvious. The optionitalic = true
is hardcoded for this hlgroup.While the above config works, what I would like is to be able to do is configure options for builtins similarly to other styles - with
italic = true
as a default instead of being hardcoded. Something like this:If this is infeasible, then perhaps it can be listed in the README under Common Customizations. Surely I'm not the only person who dislikes italics in code.
The text was updated successfully, but these errors were encountered: