> Does anyone out there routinely use this feature of diverging from the style > of an import or as I mentioned just follow the lib's conventions?
I do. I do not feel it to be problematic how the Nim lib naming is but I always and consistently use my own style in my own code (CamelCase for vars, snake_case for procs). I'd probably also use my own style for types but Nim's rule for types (capital 1st. letter and CamelCase) matches mine anyway. And yes, not being able to keep my own style (that I thought about and deliberately chose) would have kept me away from Nim. And I absolutely HATE Nims style insensibility; so much so, in fact, that I find myself less disinterested in e.g. Zig than I'd like to.
