# Style Check if (NimMajor, NimMinor, NimPatch) >= (1, 6, 6): --styleCheck:usages if (NimMajor, NimMinor) < (1, 6): --styleCheck:hint else: --styleCheck:error # Disable some warnings if (NimMajor, NimMinor) >= (1, 6): switch("warning", "DotLikeOps:off") # begin Nimble config (version 1) when fileExists("nimble.paths"): include "nimble.paths" # end Nimble config